Send Email
POST/email/campaign
To send emails to long list of contacts such as sending business campaigns or automated emails to.
Request
- application/json
Body
required
- Array [
- ]
- Array [
- ]
- Array [
- ]
subject string
body string
preview string
campaignId string
sender object
from object
name string
email string
replyTo object
name string
email string
recipients object
to object[]
name string
email string
cc object[]
name string
email string
bcc object[]
name string
email string
Responses
- 202
- 400
- 401
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
requestId string
message string
{
"requestId": "833c5151-5a98-4bad-a30f-7cc816352b7a",
"message": "SUCCESS"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...