- Subcategories:
- Large Object (LOB) Attributes - FooterContent
Email Footer Templates REST Endpoints
Email Footer Templates
An email footer enables the user to define a footer section for emails with information such as company name, place, and contact details. Footer templates help the user create different footers for specific use-cases and use them with email templates.
- Create an email footer template
- Method: postPath:
/crmRestApi/resources/11.13.18.05/emailFooterTemplates - Delete an email footer template
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/emailFooterTemplates/{TemplateNumber} - Get all email footer templates
- Method: getPath:
/crmRestApi/resources/11.13.18.05/emailFooterTemplates - Get an email footer template
- Method: getPath:
/crmRestApi/resources/11.13.18.05/emailFooterTemplates/{TemplateNumber} - Update an email footer template
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/emailFooterTemplates/{TemplateNumber}