HubSpot · Example Payload

Marketing Emal Api Smtp Token Collection Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

resultspaging

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "smtp-token-abc123",
      "campaignName": "Password Reset Emails",
      "emailCampaignId": "campaign-xyz789",
      "createContact": true,
      "createdAt": "2024-01-15T10:30:00.000Z",
      "createdBy": "user@example.com"
    }
  ],
  "paging": {
    "next": {
      "after": "c210cC10b2tlbi1hYmMxMjM%3D",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}