Payload of the request to redact a conversation part
The type of resource being redacted.
{ "type": "conversation_part", "conversation_id": "19894788788", "conversation_part_id": "19381789428" }
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" ] }