HubSpot · Example Payload

Hubspot Conversations Send Message Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Conversations Send Message Request Example is an example object payload from HubSpot, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typetextrichTextsenderActorIdchannelIdchannelAccountIdrecipients

Example Payload

Raw ↑
{
  "type": "MESSAGE",
  "text": "Thank you for reaching out. How can I help you today?",
  "richText": "<p>Thank you for reaching out. How can I help you today?</p>",
  "senderActorId": "actor_agent_123",
  "channelId": "channel_789",
  "channelAccountId": "account_123",
  "recipients": [
    {
      "actorId": "actor_101"
    }
  ]
}