Skip to main content

Overview

Intercom tools let you create contacts, send messages, track customer events, and retrieve conversations from Intercom.

Key Features

  • INTERCOM_CREATE_USER
    • Create or update a contact in Intercom
  • INTERCOM_SEND_MESSAGE
    • Create a new conversation or reply to an existing one
  • INTERCOM_TRACK_EVENT
    • Track customer events for analytics and automation
  • INTERCOM_GET_CONVERSATION
    • Retrieve a conversation by conversation ID

Authentication

For further details, click here. These tools require an Intercom access token. Some reply flows also require an Intercom admin ID as an input value. Note: Treat API keys as sensitive information and never commit them to public repositories.

Example: Create User, Send Message, Track Event, and Get Conversation