Skip to main content
POST
Snooze a conversation for a given amount of minutes and seconds. When time is over, status will change to "to-do" and a webhook of type "conversation-snoozed" will be sent. Use null or 0 to remove. Caution: scheduler will check every minute.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

application/json
minutes
integer | null
seconds
integer | null

Response

200 - application/json

Success

data
object

A conversation between an agent and a customer. Assignable to a user to mark who is actively managing the conversation.