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.8' \ -d '{ "phone": "+353832345678", "custom_attributes": { "issue_type": "Billing", "priority": "High" } }'
{ "url": "http://via.intercom.io/msgr/961bb332-4dd3-4358-a03d-2d1ba1743272", "type": "phone_call_redirect" }