Email footers REST Endpoints
Application/1.0/Email footers
Email footers are used to customize the look and feel of the bottom of your email.
Learn more about email footers.
- Create an email footer
- Method: postPath:
/api/REST/1.0/assets/email/footer - Delete an email footer
- Method: deletePath:
/api/REST/1.0/assets/email/footer/{id} - Retrieve a list of email footers
- Method: getPath:
/api/REST/1.0/assets/email/footers - Retrieve an email footer
- Method: getPath:
/api/REST/1.0/assets/email/footer/{id} - Update an email footer
- Method: putPath:
/api/REST/1.0/assets/email/footer/{id}