Coming Soon
What Are Webhooks?
Webhooks allow external applications to receive real-time notifications when specific events occur in Memory Capsule. Instead of polling for changes, your application receives an HTTP POST request the moment something happens.
Intended Events
| Event | Description |
|---|---|
| memory.created | Fired when a new memory is saved |
| memory.updated | Fired when a memory is edited |
| memory.deleted | Fired when a memory is deleted |
| collection.created | Fired when a new collection is created |
| tag.added | Fired when a tag is added to a memory |
Intended Use Cases
- Trigger a Notion sync whenever a memory is saved
- Post a summary to a Slack channel when a new memory is created
- Build a custom search index that stays in sync with Memory Capsule
- Log memory activity to an analytics system