Registering a Webhook
You can register a webhook by adding a a webhook URL to thewebhookUrl
property when creating a memory.
See more details in the Create Memory endpoint.
Webhook Payloads
You will receive a POST request to the webhook URL with the following or similar payload:- Graph ingestion starting
- Graph ingestion waiting for compute environments
- Graph ingestion in progress
- All samples completed, starting graph generation
- Graph ingestion and generation complete