Email Send Definitions in Salesforce REST API
1.0.0
Manage send definitions for sending transactional emails. A send definition is a configuration record that links email content to sending parameters.
Salesforce REST API manages email send definitions. All operations require authentication with a Bearer token.
This table lists the use cases that the API supports.
| Supported Use Case | HTTP Verb | URI |
|---|---|---|
| Create a send definition | POST | /sobjects/ListEmail |
| Retrieve a send definition | GET | /sobjects/ListEmail/{id} |
| Update a send definition | PATCH | /sobjects/ListEmail/{id} |
| Query send definitions | GET | /query |
https://{subdomain}.my.salesforce.com/services/data/{versionNumber}
Salesforce Marketing Cloud
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!