---
title: "Update conversation reminders"
method: PATCH
path: "/conversations/{conversation_id}/reminders"
tags: ["Conversations"]
---

# Update conversation reminders

`PATCH /conversations/{conversation_id}/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 parameters

- `conversation_id` string, required

## Request body

- UpdateConversationReminders
  - `teammate_id` 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](https://dev.frontapp.com/docs/resource-aliases-1).
  - `scheduled_at` 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.
  - `status_id` 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.

## Response `204`

No content

## Other responses

- `301` — If the conversation has been merged, the response redirects you to the merged conversation.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
