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.10' \ -d '{ "phone": "+353832345678", "custom_attributes": { "issue_type": "Billing", "priority": "High" } }'
{ "url": "http://via.intercom.io/msgr/e7de2e61-94a6-4fc9-8e70-12e4ab66f215", "type": "phone_call_redirect" }