AhaSend · Example Payload

Api Content Example

EmailTransactional EmailDeveloper ToolsSMTPWebhooks

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

Top-level fields

subjecttext_bodyhtml_bodyattachments

Example Payload

Raw ↑
{
  "subject": "example_value",
  "text_body": "example_value",
  "html_body": "example_value",
  "attachments": [
    {}
  ]
}