Integrations required. Learn how to set up.
Available Triggers
Hubspot Incoming Message Trigger
Trigger Description
The incoming message trigger activates when a new message is received in HubSpot, allowing your AI agents to process and respond to customer inquiries automatically.Trigger Conditions
- The message direction must be ‘INCOMING’
- The user must have at least one AI agent with the ‘hubspot-incoming-message’ trigger enabled
Event Data
The event data is passed to the AI agent as a single string in the following
format:
threadId:[conversationsThreadId] channelId: [channelId] channelAccountId: [channelAccountId] [text]Hubspot New Thread Trigger
Trigger Description
The new thread trigger activates when a new conversation thread is created in HubSpot, allowing your AI agents to initiate workflows or responses for new conversations.Trigger Conditions
- The first message in the thread must have a direction of ‘INCOMING’
- The user must have at least one AI agent with the ‘hubspot-new-thread’ trigger enabled
Event Data
The new thread trigger internally uses the incoming message trigger to process
the first message in the thread.