Update conversation reminders

Snooze or unsnooze a conversation for the provided user. For private conversations, reminders can only be created and edited through the API for teammates that own the conversation. For shared conversations, reminders created and edited through the API are shared for all teammates within the shared inbox(es) that the conversation belongs to.

Required scope: conversations:write

Path Params
string
required
Defaults to cnv_123

The conversation ID

Body Params
string
required

ID of the teammate to create a reminder for. For a private conversation, specify the id of the teammate that owns the conversation. For a shared conversation, use the id of any teammate that has access to the conversation's shared inbox. Alternatively, you can supply an email as a resource alias.

number
required

Unix timestamp in seconds to schedule the reminder for. Must be in the future and within 50 years. Set to null to cancel.

string

ID of the waiting status to which the conversation will be set. Ticketing must be enabled for the company to use this field. If no status is supplied and ticket is enabled, the default waiting status will be used.

Responses
204

No content

301

If the conversation has been merged, the response redirects you to the merged conversation.

Language
Credentials
Bearer
JWT
LoadingLoading…