Email settings
Email settings in API v3: retrieve email settings, update email settings, list email templates, retrieve an email template, update an email template, preview an email template, send a test email.
7 operations.
| Operation | Summary |
|---|---|
GET /settings/emails | Retrieve email settings |
PATCH /settings/emails | Update email settings |
GET /settings/emails/templates | List email templates |
GET /settings/emails/templates/{email_template_id} | Retrieve an email template |
PATCH /settings/emails/templates/{email_template_id} | Update an email template |
POST /settings/emails/templates/{email_template_id}/previews | Preview an email template |
POST /settings/emails/templates/{email_template_id}/test-messages | Send a test email |
Access and sign-up
Previous Page
Retrieve email settings GET
Returns the email settings of the account: sender, signature, reply-to address, email branding, and sending status, including the sending limit and the number of emails sent in the current period. The response includes an `ETag` representing the current revision. Send this value in the `If-Match` header when updating these settings to avoid overwriting a newer version.