HubSpot · Example Payload

Marketing Emal Api Email Message Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

tofromsendIdreplyToccbcc

Example Payload

Raw ↑
{
  "to": "recipient@example.com",
  "from": "noreply@yourcompany.com",
  "sendId": "unique-send-id-123",
  "replyTo": [
    "support@yourcompany.com"
  ],
  "cc": [
    "jsmith@example.com"
  ],
  "bcc": [
    "jsmith@example.com"
  ]
}