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.7' \
-d '{
"phone": "+353832345678",
"custom_attributes": {
"issue_type": "Billing",
"priority": "High"
}
}'
{ "url": "http://via.intercom.io/msgr/d4d46e18-5ee3-4f22-9436-3b886bce7e84", "type": "phone_call_redirect" }