AhaSend · Example Payload

Openapi V2 Create Conversation Message Request Example

EmailTransactional EmailDeveloper ToolsSMTPWebhooks

Openapi V2 Create Conversation Message Request 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

fromtoccbcc

Example Payload

Raw ↑
{
  "from": {
    "email": {},
    "name": {}
  },
  "to": [
    {}
  ],
  "cc": [
    {}
  ],
  "bcc": [
    {}
  ]
}