Webhooks
Webhooks push events to your own backend in real time — for syncing to a CRM, triggering automations, or building custom workflows.
Create an endpoint
Go to Settings → Webhooks and add an endpoint URL, then choose which events it should receive (for example post created or status changed). Toggle an endpoint between Active and Paused at any time.
Verifying payloads
Every request is signed with HMAC-SHA256 using your endpoint's secret. Recompute the signature over the raw request body and compare it to the signature header to confirm the payload genuinely came from Feedback Pilgrim.
Delivery log
Each endpoint shows its recent deliveries with the response status and whether the attempt succeeded — so you can debug failures fast. Failed deliveries are retried automatically with backoff.