GetHeaderFooterAccount
Retrieves the default header and footer configuration for a Salesforce Marketing Cloud account. These settings define standardized branding elements that can be applied to email and web templates for consistency across communications.
Result Set Columns
| Name | Type | Description |
| HTMLHeader | String | Returns the HTML version of the default message header that is configured for the account. This header typically includes branded elements, such as logos or navigation links, that appear at the top of email messages. |
| HTMLFooter | String | Returns the HTML version of the default message footer that is configured for the account. The footer generally includes required compliance elements, such as unsubscribe links, legal disclaimers, or company contact information. |
| TextHeader | String | Returns the plain-text version of the default message header that is configured for the account. This header appears in text-only email sends and preserves basic structure without HTML formatting. |
| TextFooter | String | Returns the plain-text version of the default message footer that is configured for the account. This footer appears in text-only messages and includes required contact and compliance details without HTML styling. |