Close Conversation Request

Payload of the request to close a conversation

message_type
required
string
Value: "close"
type
required
string
Value: "admin"
admin_id
required
string

The id of the admin who is performing the action.

body
string

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

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