{ "message_type": "comment", "type": "user", "body": "string", "attachment_urls": [ "http://example.com" ] }
Intercom API (2.7)
The intercom API reference.
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
Contact Reply
One of:
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" ] }