Overview
Webhooks send HTTP POST requests to your server when memory events occur. Use them to sync memories with your app, trigger workflows, or build real-time features.Create a webhook
Event types
| Event | Description |
|---|---|
memory_add | New entity or facts added |
memory_update | Entity facts updated |
memory_delete | Entity deleted |
Webhook payload
Signature verification
If you provided asecret, each request includes an X-Mengram-Signature header with an HMAC-SHA256 signature of the request body.