--- title: 'Intercom' description: 'Manage conversations, contacts, and companies with the Intercom API.' --- # Intercom Manage conversations, contacts, and companies with the Intercom API. | Detail | Value | |---|---| | Category | Support | | Base URL | `https://api.intercom.io` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `intercom` | ## Using Intercom in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Intercom** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /conversations](./get_conversations_support_listconversations) | List conversations | | [GET /conversations/{id}](./get_conversations_id_support_getconversation) | Get a conversation | | [POST /conversations/{id}/reply](./post_conversations_id_reply_support_replytoconversation) | Reply to a conversation | | [POST /contacts](./post_contacts_support_createcontact) | Create a contact | | [POST /contacts/search](./post_contacts_search_support_searchcontacts) | Search contacts | | [GET /companies](./get_companies_support_listcompanies) | List companies | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.