Skip to content

User ID

Payload of the request to reply on behalf of a contact using their user_id

message_typestringrequired
Value:"comment"
typestringrequired
Value:"user"
bodystringrequired

The text body of the comment.

attachment_urlsArray of strings, (uri), <= 10 items(Attachment URLs)

A list of image URLs that will be added as attachments. You can include up to 10 URLs.

user_idstringrequired

The external_id you have defined for the contact.

attachment_filesArray of objects, <= 10 items(Conversation attachment files)

A list of files that will be added as attachments. You can include up to 10 files.

{ "user_id": "string", "attachment_files": [ {} ], "message_type": "comment", "type": "user", "body": "string", "attachment_urls": [ "http://example.com" ] }