AhaSend · Example Payload

Api Email Example

EmailTransactional EmailDeveloper ToolsSMTPWebhooks

Api Email Example is an example object payload from AhaSend, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fromrecipientscontent

Example Payload

Raw ↑
{
  "from": {
    "email": {},
    "name": {}
  },
  "recipients": [
    {}
  ],
  "content": {
    "subject": {},
    "text_body": {},
    "html_body": {},
    "attachments": {}
  }
}