Intercom API (2.7)
The intercom API reference.
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
Bodyapplication/json
Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
Example: "+1 1234567890"
- The production API server
https://api.intercom.io/phone_call_redirects
- The european API server
https://api.eu.intercom.io/phone_call_redirects
- The australian API server
https://api.au.intercom.io/phone_call_redirects
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X POST \
https://api.intercom.io/phone_call_redirects \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'Intercom-Version: 2.7' \
-d '{
"phone": "+353832345678",
"custom_attributes": {
"issue_type": "Billing",
"priority": "High"
}
}'
Response
application/json
{ "url": "http://via.intercom.io/msgr/d4d46e18-5ee3-4f22-9436-3b886bce7e84", "type": "phone_call_redirect" }