Intercom

Available Intercom triggers for automating workflows

Intercom provides 6 triggers for automating workflows based on events.

Triggers

Intercom Contact Created

Trigger workflow when a new lead is created in Intercom

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

Intercom Conversation Closed

Trigger workflow when a conversation is closed in Intercom

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

Intercom Conversation Created

Trigger workflow when a new conversation is created in Intercom

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

Intercom Conversation Reply

Trigger workflow when someone replies to an Intercom conversation

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

Intercom User Created

Trigger workflow when a new user is created in Intercom

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

Intercom Webhook (All Events)

Trigger workflow on any Intercom webhook event

Configuration

ParameterTypeRequiredDescription
webhookSecretstringNoYour app

Output

ParameterTypeDescription
topicstringThe webhook topic (e.g., conversation.user.created)
idstringUnique notification ID
app_idstringYour Intercom app ID
created_atnumberUnix timestamp when the event occurred
delivery_attemptsnumberNumber of delivery attempts for this notification
first_sent_atnumberUnix timestamp of first delivery attempt
datajsondata output from the tool

On this page