You can reply to a conversation with a message from an admin or on behalf of a contact, or with a note for admins.
You can reply to a conversation with a message from an admin or on behalf of a contact, or with a note for admins.
required | Conversation ID (string) or The most recent conversation (string) |
Payload of the request to reply on behalf of a contact using their intercom_user_id
{ "message_type": "comment", "type": "user", "intercom_user_id": "650cbc916d0a728750658b4f", "body": "Thanks again :)" }
200
User last conversation reply
401
Unauthorized
403
API plan restricted
404
Not found
{ "type": "conversation", "id": "732586", "created_at": 1695333522, "updated_at": 1695333524, "waiting_since": 1695333524, "snoozed_until": null, "source": { "type": "conversation", "id": "403918093", "delivered_as": "admin_initiated", "subject": "", "body": "<p>this is the message body</p>", "author": { "type": "admin", "id": "991266414", "name": "Ciaran177 Lee", "email": "admin177@email.com" }, "attachments": [ ], "url": null, "redacted": false }, "contacts": { "type": "contact.list", "contacts": [ { "type": "contact", "id": "650cbc916d0a728750658b4f", "external_id": "70" } ] }, "first_contact_reply": { "created_at": 1695333524, "type": "conversation", "url": null }, "admin_assignee_id": null, "team_assignee_id": null, "open": true, "state": "open", "read": false, "tags": { "type": "tag.list", "tags": [ ] }, "priority": "not_priority", "sla_applied": null, "statistics": null, "conversation_rating": null, "teammates": null, "title": null, "custom_attributes": { }, "topics": { }, "ticket": null, "linked_objects": { "type": "list", "data": [ ], "total_count": 0, "has_more": false }, "conversation_parts": { "type": "conversation_part.list", "conversation_parts": [ { "type": "conversation_part", "id": "727495", "part_type": "open", "body": "<p>Thanks again :)</p>", "created_at": 1695333524, "updated_at": 1695333524, "notified_at": 1695333524, "assigned_to": null, "author": { "id": "650cbc916d0a728750658b4f", "type": "user", "name": "Joe Bloggs", "email": "joe@bloggs.com" }, "attachments": [ ], "external_id": null, "redacted": false } ], "total_count": 1 } }