Get Email 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 about email footers.

Service URL:

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

Request Method:

GET

Request Header:

Authorization=<AUTH_TOKEN>

Content-Type=application/json

Request Body - Required Properties:

Not applicable

Sample Response Body

Refer to the online REST API reference for an explanation of each property returned in the response.

{
  "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"
}