Skip to content

Close Conversation Request

Payload of the request to close a conversation

message_typestringrequired
Value:"close"
Example:"close"
typestringrequired
Value:"admin"
Example:"admin"
admin_idstringrequired

The id of the admin who is performing the action.

Example:"12345"
bodystring

Optionally you can leave a message in the conversation to provide additional context to the user and other teammates.

Example:" This conversation is now closed!"
{ "message_type": "close", "type": "admin", "admin_id": "12345", "body": " This conversation is now closed!" }