Event Webhooks
Event webhooks push notifications out of ProcessPlan: whenever a subscribed event happens in your account, ProcessPlan sends an HTTP request to your endpoint. (To trigger a process from an outside system, see starting processes via webhook.)
Webhooks are managed under Administration > Integrations > Event Webhooks.
Register a webhook
Section titled “Register a webhook”-
Click New Event Webhook
-
Enter the Endpoint URL ProcessPlan should call
-
Enter a Signing Secret. Choose a random string of text with high entropy; ProcessPlan signs each delivery with it so your endpoint can verify the request really came from ProcessPlan - see Validating Webhooks
-
Under Select events to listen to, toggle on each event type you want delivered
-
Save
Your endpoint then receives a signed HTTP request each time one of the subscribed events fires. Register multiple webhooks if different systems should receive different events.