Skip to main content

Send Email

POST 

/email/campaign

To send emails to long list of contacts such as sending business campaigns or automated emails to.

Request

Body

required
    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[]
  • Array [
  • name string
    email string
  • ]
  • cc object[]
  • Array [
  • name string
    email string
  • ]
  • bcc object[]
  • Array [
  • name string
    email string
  • ]

Responses

Successful operation

Schema
    requestId string
    message string
Loading...