The intercom API reference.
The intercom API reference.
Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
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.9' \
-d '{
"phone": "+353832345678",
"custom_attributes": {
"issue_type": "Billing",
"priority": "High"
}
}'
{ "url": "http://via.intercom.io/msgr/12b27d11-b981-41a9-a922-886b54bf93b7", "type": "phone_call_redirect" }