MemosMemos
Integrations

Webhooks

Receive events when memos are created, updated, or deleted.

Memos can send webhooks when memos change. Webhooks are configured per user in the Settings page.

Events

Webhooks are dispatched on:

  • Memo created
  • Memo updated
  • Memo deleted

Payload

Memos sends a JSON payload with the event type and memo data. The exact schema is versioned with the API.

Refer to the API reference for the current webhook-related endpoints.

On this page