reference to contact object
The unique identifier for the contact which is given by Intercom.
{ "type": "contact", "id": "5ba682d23d7cf92bef87bfd4", "external_id": "f3b87a2e09d514c6c2e79b9a" }
The intercom API reference.
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
Payload of the request to reply on behalf of a contact using their intercom_user_id
A list of files that will be added as attachments.
{ "intercom_user_id": "string", "attachment_files": [ { … } ], "message_type": "comment", "type": "user", "body": "string", "attachment_urls": [ "http://example.com" ] }