Snooze conversation
groove_snooze_conversationSNOOZES a conversation until the given time (ISO8601) — it drops out of the inbox until then. Groove GraphQL: conversationSnooze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The conversation id (opaque GraphQL ID). | |
| until | Yes | When to un-snooze, as an ISO8601 timestamp (e.g. 2026-08-01T09:00:00Z). |