POST emails/send

Send an existing email to its assigned recipients. The email must first be created using /emails/save. Once an email is sent, it cannot be modified in any way, but it can be copied to a new draft.

* required

Parameters

Name Type Description
emailID * integer Unique ID of email

Response Data

Method returns no data

Permissions

Method requires the Send Mail permission

Example Calls

Send an email

POST
/emails/send
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
POST
emails/send
Request Body
{"emailID":0}
Access token: *