Intercom
App IntegrationsIntercom Node
Overview
Supports the following operations: Create Contact, Send Message, Create Conversation.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
email | string | — | Configuration field for email |
name | string | — | Configuration field for name |
userId | string | — | Configuration field for userId |
message | string | — | Configuration field for message |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{intercom.id}}anyOutput field: id
{{intercom.conversation_message}}anyOutput field: conversation_message
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"email": "value",
"name": "value",
"userId": "value",
"message": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Intercom in Your Workflow
Create a free account and start building AI-powered workflows with the Intercom node.
Open Workflow Editor