Skip to content

Snooze Conversation Request

Payload of the request to snooze a conversation

message_typestringrequired
Value:"snoozed"
Example:"snoozed"
admin_idstringrequired

The id of the admin who is performing the action.

Example:"5017691"
snoozed_untilinteger, (timestamp)required

The time you want the conversation to reopen.

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