Snooze Conversation Request

Payload of the request to snooze a conversation

message_type
required
string
Value: "snoozed"
admin_id
required
string

The id of the admin who is performing the action.

snoozed_until
required
integer <timestamp>

The time you want the conversation to reopen.

{ "message_type": "snoozed", "admin_id": "5017691", "snoozed_until": 1673609604 }