Skip to content

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.

  1. Click New Event Webhook

  2. Enter the Endpoint URL ProcessPlan should call

  3. 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

  4. Under Select events to listen to, toggle on each event type you want delivered

  5. 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.