HubSpot · Schema
SendMessageRequest
Request payload for sending a message to a thread.
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales
Properties
| Name | Type | Description |
|---|---|---|
| type | string | Type of message to send |
| text | string | Plain text content of the message |
| richText | string | Rich text (HTML) content |
| senderActorId | string | Actor ID of the sender |
| channelId | string | Channel to send on |
| channelAccountId | string | Channel account to use |
| recipients | array | Message recipients |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/conversations-api-send-message-request-schema.json",
"title": "SendMessageRequest",
"description": "Request payload for sending a message to a thread.",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"MESSAGE",
"COMMENT"
],
"description": "Type of message to send",
"example": "MESSAGE"
},
"text": {
"type": "string",
"description": "Plain text content of the message",
"example": "Thank you for reaching out. How can I help you today?"
},
"richText": {
"type": "string",
"description": "Rich text (HTML) content",
"example": "<p>Thank you for reaching out. How can I help you today?</p>"
},
"senderActorId": {
"type": "string",
"description": "Actor ID of the sender",
"example": "actor_agent_123"
},
"channelId": {
"type": "string",
"description": "Channel to send on",
"example": "channel_789"
},
"channelAccountId": {
"type": "string",
"description": "Channel account to use",
"example": "account_123"
},
"recipients": {
"type": "array",
"items": {
"type": "object",
"description": "Recipient information for a message.",
"properties": {
"actorId": {
"type": "string",
"description": "Actor ID of the recipient",
"example": "actor_101"
}
}
},
"description": "Message recipients",
"example": [
{
"actorId": "actor_101"
}
]
}
},
"required": [
"type",
"text",
"senderActorId"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/conversations-api-send-message-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.