Trigger ID | Description |
---|---|
Hubspot Incoming Message | Activates when a new incoming message is received in HubSpot |
Hubspot New Thread | Activates when a new conversation thread is created in HubSpot |
Field | Type | Description |
---|---|---|
conversationsThreadId | String | The ID of the HubSpot conversation thread |
channelId | String | The ID of the channel where the message was received |
channelAccountId | String | The ID of the account associated with the channel |
text | String | The content of the incoming message |
createdAt | String | The timestamp when the message was created |
threadId:[conversationsThreadId] channelId: [channelId] channelAccountId: [channelAccountId] [text]
Field | Type | Description |
---|---|---|
threadId | String | The ID of the newly created HubSpot conversation thread |
messages | Array | An array of messages in the thread, with at least one incoming message |