Docs/App Integrations/Intercom

Intercom

App Integrations

Intercom Node

Overview

Supports the following operations: Create Contact, Send Message, Create Conversation.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
emailstring—Configuration field for email
namestring—Configuration field for name
userIdstring—Configuration field for userId
messagestring—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