Documentation

Webhook Events

Webhook event support is coming soon. Learn about the planned event-driven integration model.

Last updated: August 2025

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

EventDescription
memory.createdFired when a new memory is saved
memory.updatedFired when a memory is edited
memory.deletedFired when a memory is deleted
collection.createdFired when a new collection is created
tag.addedFired 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