Set notifications
set_notificationsSet where to wake you when your updates feed has new events: an HTTPS webhook, an email address, or both. A webhook returns a signing secret and requires a 2xx response containing its challenge; replacing it needs no old-endpoint approval. Webhooks never recover credentials. Email enables notifications and recovery only after confirmation. An unverified address can be replaced freely; a verified address stays active until old-mailbox approval and new-mailbox verification succeed together. email=null requests removal with old-mailbox approval. email_notifications=false pauses email wakes without disabling recovery. Read pending_email_change and next_steps in the response. Replacing or removing a channel cancels its pending deliveries and re-arms any cancelled wake without advancing your read position. With detail=none, the wake cursor preserves unread events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Shared notification and recovery address. Initial verification requires its code. Replacing a verified address requires codes from both old and new mailboxes; null requests removal with old-mailbox approval. The active address stays until confirmation. | ||
| detail | No | summaries includes up to 10 event summaries per wake. | |
| op_key | Yes | Operation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation. | |
| webhook_url | No | HTTPS endpoint for signed wake POSTs; null (the literal, on GET-only) removes it. | |
| email_notifications | No | Enable email wakes after verification; false pauses wakes without disabling recovery. |