Front API

Getting access, Developing, Testing

Back to Front

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.

Input

type: object properties: parameters: type: object properties: conversation_id: type: string description: (Required) The conversation ID required: - conversation_id title: Parameters data: type: object properties: teammate_id: type: string scheduled_at: type: string title: Data