You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a new Lead is created. Props include required configuration for the specific lead type and optional filters by lead attributes.
new-conversation-instant
Description
Emit new event when a new Conversation is started by a User in Intercom. Props include required props for monitoring specific conversation types with optional filters for user segments.
new-user-instant
Description
Emit new event when a new User is created in Intercom. Props include required settings to track custom user attributes with options for user-specific tags.
new-company-instant
Description
Emit new event when a new Company is created in Intercom. Props include required input to specify company creation conditions and optional props for industry or size filters.
new-ticket-instant
Description
Emit new event when a new Ticket is created in Intercom. Props include required configuration for ticket sources and optional filters to track specific priorities or tags.
Actions
add-note
Description
Add a note to a specific user. Props required: 'user_id' or 'email' to identify the user, and 'note_content' for the note's content.
send-message-to-contact
Description
Send a custom message to a contact in Intercom. Props required: 'contact_id' or 'email' to identify the contact, and 'message_body' for the content. Optional props: 'subject' to provide a subject line.
reply-to-conversation
Description
Add a reply or a note to an existing conversation thread. Props required: 'conversation_id' to identify the conversation, and 'reply_content' for the reply or note content.
create-or-update-user
Description
Create a new user or update an existing user within Intercom. Props required: 'email' to identify or create the user. Optional props: 'name', 'phone', 'custom_attributes' for additional user data.
add-tag-to-contact
Description
Add a specific tag to a contact. Props required: 'contact_id' or 'email' to identify the contact, and 'tag_name' for the tag to be applied.
The text was updated successfully, but these errors were encountered:
intercom
URLs
Webhook Sources
new-lead-instant
Description
Emit new event when a new Lead is created. Props include required configuration for the specific lead type and optional filters by lead attributes.
new-conversation-instant
Description
Emit new event when a new Conversation is started by a User in Intercom. Props include required props for monitoring specific conversation types with optional filters for user segments.
new-user-instant
Description
Emit new event when a new User is created in Intercom. Props include required settings to track custom user attributes with options for user-specific tags.
new-company-instant
Description
Emit new event when a new Company is created in Intercom. Props include required input to specify company creation conditions and optional props for industry or size filters.
new-ticket-instant
Description
Emit new event when a new Ticket is created in Intercom. Props include required configuration for ticket sources and optional filters to track specific priorities or tags.
Actions
add-note
Description
Add a note to a specific user. Props required: 'user_id' or 'email' to identify the user, and 'note_content' for the note's content.
send-message-to-contact
Description
Send a custom message to a contact in Intercom. Props required: 'contact_id' or 'email' to identify the contact, and 'message_body' for the content. Optional props: 'subject' to provide a subject line.
reply-to-conversation
Description
Add a reply or a note to an existing conversation thread. Props required: 'conversation_id' to identify the conversation, and 'reply_content' for the reply or note content.
create-or-update-user
Description
Create a new user or update an existing user within Intercom. Props required: 'email' to identify or create the user. Optional props: 'name', 'phone', 'custom_attributes' for additional user data.
add-tag-to-contact
Description
Add a specific tag to a contact. Props required: 'contact_id' or 'email' to identify the contact, and 'tag_name' for the tag to be applied.
The text was updated successfully, but these errors were encountered: