User Guide
...
Institution Config
General
Webhooks
the webhooks section allows you to enable and manage webhook notifications in ampeducator when enabled, ampeducator will send event based notifications to a specified endpoint in your system using the standard webhook format each webhook message includes webhookkey unique key for the webhook notificationkey unique key for the specific notification date utc timestamp type webhook type datasignature hmac256 hash of the payload data event specific payload enabling webhooks to get started, check the webhooks enabled box this will reveal your secret key , which is used to sign each webhook notification using hmac256 you can use this key to validate that the data originated from ampeducator if needed, you can generate a new secret by clicking regenerate key before a webhook url becomes active, ampeducator will send a challenge request to verify it your system must respond with a matching challenge key to complete validation for complete technical details and implementation guidelines, visit https //www ampeducator com/api php#webhooks https //www ampeducator com/api php#webhooks configuring webhooks below the main webhooks settings, the webhooks configured section allows you to create and manage individual webhook endpoints for specific events in ampeducator clicking the new webhook button opens a configuration modal, where you'll enter the following webhook type select from a wide range of event triggers name a required field to label and identify the webhook description an optional note to describe what this webhook is used for url the external endpoint that will receive the notification the url must begin with https // and be reachable for validation once completed, click add & validate ampeducator will send a verification request to the provided url only after successful validation will the webhook become active and start sending event notifications to that endpoint you can configure multiple webhooks here, each tied to different event types based on your integration needs