Skip to main content

Create Emails

Requests are instant and queued into a priority queue. Most requests will be processed within 30 seconds.

Query Parameters
  • site_uuid string required

    Your site's unique identifier.

Request Body required
  • emails object[]

    An array between 1 to 60 emails.

  • Array [
  • to string

    The email address of the recipient.

  • from string

    The email address of the sender. Must be an author in your account.

  • subject string

    The subject of the email.

  • html_body string

    The HTML body of the email.

  • transactional boolean

    Whether the email is transactional or not.

  • personalizations object

    Custom data to be injected into the email.

  • ]
Responses

Returns how many events have been sent for processing.


Schema
  • results integer
Loading...