The intercom API reference.
Intercom API (Unstable)
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
AI Content
With the AI Content APIs, you can create and manage External Pages and Content Import Sources for your Fin Content Library.
External Pages are pages that you want Fin to be able to answer questions about. The API for External Pages is a great way to ingest into your Fin Content Library pages that are not publicly accessible and hence can't be crawled by Intercom.
Content Import Sources are the sources of those pages, and they are used to determine the default audience for the pages (configured via the UI). You should create a Content Import Source for each source of External Pages that you want to ingest into your Fin Content Library.
You can then iterate through the content from that source via its API and POST it to the External Pages endpoint. That endpoint has an external_id parameter which allows you to specify the identifier from the source. The endpoint will then either create a new External Page or update an existing one as appropriate.",
Custom Channel Events
With the "Custom Channel" integration, you can bring Fin and Intercom capabilities to your own platform via API, enabling powerful custom integrations.
Intercom treats your integration like any other Intercom channel, allowing your application and Intercom to exchange events seamlessly. This makes it possible, for example, for your users to interact with Fin directly within your own application’s UI.
Note: "Fin over API" is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
Custom Object Instances
Everything about your Custom Object instances.
From now on, to access this endpoint, you need additional permissions. Please head over to the Developer Hub app package authentication settings to configure the required permissions.
Call
Represents a phone call in Intercom
The id of the conversation associated with the call, if any.
The id of the contact associated with the call, if any.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
API URL to download or redirect to the call recording if available.
{ "type": "call", "id": "123", "conversation_id": "456", "admin_id": "789", "contact_id": "6762f0dd1bb69f9f2193bb83", "state": "completed", "initiated_at": "2019-08-24T14:15:22Z", "answered_at": "2019-08-24T14:15:22Z", "ended_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "recording_url": "https://api.intercom.io/calls/123/recording", "call_type": "phone", "direction": "outbound", "ended_reason": "completed", "phone": "+15551234567", "fin_recording_url": "http://example.com", "fin_transcription_url": "http://example.com" }
- The production API server
https://api.intercom.io/calls
- The european API server
https://api.eu.intercom.io/calls
- The australian API server
https://api.au.intercom.io/calls
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
'https://api.intercom.io/calls?page=1&per_page=25' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Unstable'
{ "type": "list", "data": [], "total_count": 0, "pages": { "type": "pages", "page": 1, "per_page": 25, "total_pages": 0 } }
- The production API server
https://api.intercom.io/calls/{id}
- The european API server
https://api.eu.intercom.io/calls/{id}
- The australian API server
https://api.au.intercom.io/calls/{id}
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
'https://api.intercom.io/calls/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Unstable'
successful
The id of the conversation associated with the call, if any.
The id of the contact associated with the call, if any.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
A date and time following the ISO8601 notation.
API URL to download or redirect to the call recording if available.
{ "type": "call", "id": "123", "conversation_id": "456", "admin_id": "789", "contact_id": "6762f0dd1bb69f9f2193bb83", "state": "completed", "initiated_at": 1734537437, "answered_at": 1734537440, "ended_at": 1734537530, "created_at": 1734537437, "updated_at": 1734537531, "recording_url": "https://api.intercom.io/calls/123/recording", "call_type": "phone", "direction": "outbound", "ended_reason": "completed", "phone": "+15551234567", "fin_recording_url": null, "fin_transcription_url": "https://api.intercom.io/calls/123/transcript" }
- The production API server
https://api.intercom.io/calls/{id}/recording
- The european API server
https://api.eu.intercom.io/calls/{id}/recording
- The australian API server
https://api.au.intercom.io/calls/{id}/recording
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
'https://api.intercom.io/calls/{id}/recording' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Unstable'
No content
- The production API server
https://api.intercom.io/calls/{id}/transcript
- The european API server
https://api.eu.intercom.io/calls/{id}/transcript
- The australian API server
https://api.au.intercom.io/calls/{id}/transcript
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
'https://api.intercom.io/calls/{id}/transcript' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Unstable'
[00:00:03] Teammate 1: "Hello, thanks for calling. How can I help today?"
[00:00:09] User: "I need help recovering access to my account."
[00:00:15] Teammate 1: "I can help with that. For security, I’ll ask a few generic verification questions."
[00:00:22] User: "Okay."
[00:00:28] Teammate 1: "Please confirm general details on the account (no sensitive data over this call)."
[00:00:35] User: "I can provide non-sensitive info."
[00:00:41] Teammate 1: "Thank you. I’ll initiate a standard account recovery process and send the next steps."
[00:00:48] User: "Great, thanks."
[00:00:53] Teammate 1: "You should receive a message shortly with instructions to complete recovery."
- The production API server
https://api.intercom.io/calls/search
- The european API server
https://api.eu.intercom.io/calls/search
- The australian API server
https://api.au.intercom.io/calls/search
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X POST \
https://api.intercom.io/calls/search \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'Intercom-Version: Unstable' \
-d '{
"conversation_ids": [
"64619700005694",
"64619700005695"
]
}'
{ "type": "list", "data": [ { … } ] }