HubSpot · Example Payload

Marketing Emal Api Transactional Email Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Marketing Emal Api Transactional Email Response 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

statusstatusIdsendResultrequestedAtstartedAtcompletedAt

Example Payload

Raw ↑
{
  "status": "PENDING",
  "statusId": "status-id-abc123",
  "sendResult": "SENT",
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z"
}