Intercom · Capability
Intercom API
The Intercom API provides programmatic access to the Intercom AI-powered customer service platform. It enables developers to manage contacts, companies, conversations, articles, segments, messages, and data events, and to build seamless integrations with the Intercom Help Desk and Messenger.
What You Can Do
GET
Getme
— Identify an admin
/me
GET
Listadmins
— List admins
/admins
GET
Listcontacts
— List contacts
/contacts
POST
Createcontact
— Create a contact
/contacts
GET
Getcontact
— Retrieve a contact
/contacts/{contact_id}
GET
Listcompanies
— List companies
/companies
POST
Createorupdatecompany
— Create or update a company
/companies
GET
Listconversations
— List conversations
/conversations
POST
Createconversation
— Create a conversation
/conversations
GET
Getconversation
— Retrieve a conversation
/conversations/{conversation_id}
GET
Listarticles
— List articles
/articles
POST
Createarticle
— Create an article
/articles
GET
Listsegments
— List segments
/segments
POST
Createmessage
— Create a message
/messages
POST
Submitevent
— Submit a data event
/events
GET
Listevents
— List data events
/events
GET
Listnewsitems
— List news items
/news/news_items
POST
Createnewsitem
— Create a news item
/news/news_items
MCP Tools
getme
Identify an admin
read-only
idempotent
listadmins
List admins
read-only
idempotent
listcontacts
List contacts
read-only
idempotent
createcontact
Create a contact
getcontact
Retrieve a contact
read-only
idempotent
listcompanies
List companies
read-only
idempotent
createorupdatecompany
Create or update a company
listconversations
List conversations
read-only
idempotent
createconversation
Create a conversation
getconversation
Retrieve a conversation
read-only
idempotent
listarticles
List articles
read-only
idempotent
createarticle
Create an article
listsegments
List segments
read-only
idempotent
createmessage
Create a message
submitevent
Submit a data event
listevents
List data events
read-only
idempotent
listnewsitems
List news items
read-only
idempotent
createnewsitem
Create a news item