Skip to main content

4.18. Application Administrator - Define webhooks [new]

Id 4.18.
Description As an Application Administrator

I need to be able to configure webhooks 

So that the platform notifies external systems of events
Priority High
Actors Application Administrator
API Calls Not done via API calls.
Webhooks are configured in the Django Administration panel
Linked Processes
Status Not started

Preconditions

  1. The User must be authenticated and have the Application Administrator role.
  2. The User has an external application that he wants to integrate.

Postconditions

  1. The Webhook is configured and the selected events trigger the external application.

Main flow

  1. The Application Administrator navigates to django admin and configures a new Webhook.
  2. The Application Administrator selects the URL of the external application to which the system will send notifications.
  3. The Application Administrator selects the type of events that should be sent to the external application.
  4. The Application Administrator configures the authentication method and saves.