Get Email Footer

get

/rest/api/v1.3/settings/account/footer

Retrieves the account's Email Footer content. The response returns the footer's text and HTML content.
See the Oracle Responsys Help Center for more information.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

Default Response

Body ()
Back to Top

Examples

The following example shows how to retrieve an account's email footer settings. The footer's text and HTML content are returned in the response.

FIELDS DESCRIPTION
Authorization <AUTH_TOKEN>
Accept application/json

Sample Request URL:

/rest/api/v1.3/settings/account/footer
	

Sample Response: Success

{
  "text": "\n______________________________________________________________________\nThis message was sent by $_AccountDisplayName_$ using Oracle Responsys.\n    $ResponsysLinkUrl$\n\nSafely unsubscribe from $_AccountDisplayName_$ email at any time:\n    $UnsubscribeLink$\n\nView our permission marketing policy:\n    $PermissionPolicyLink$\n\n$TextText$\n",
  "html": "<br> <br>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"100%\">\n<tr><td height=\"3\" colspan=\"2\">\n<hr noshade size=\"1\" color=\"#095AA6\">\n</td></tr>\n<tr>\n<td align=\"left\" valign=\"top\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\">$PoweredBy$</font></td>\n<td align=\"right\" valign=\"top\"><font face=\"Arial, Helvetica, sans-serif\" size=\"1\">\nThis message was sent by $_AccountDisplayName_$ using <a href=\"$ResponsysLinkUrl$\">Oracle Responsys</a>.<br>\nSafely <a href=\"$UnsubscribeLink$\" target=\"_blank\">unsubscribe</a> from $_AccountDisplayName_$ email at any time.<br>\n<a href=\"$PermissionPolicyLink$\" target=\"_blank\">View</a> our permission marketing policy.<br>$HTMLText$</font></td>\nv/tr>\n</table>\n"
}
	
Back to Top