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 N/ANot 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 SystemWebhook startsis sendingconfigured and the selected notificationsevents totrigger the external system.application.

Main flow

  1. The Application Administrator navigates to django admin and configures ana new Webhook.
  2. The Application Administrator selects the URL of the external endpoint,application providesto which the neededsystem credentialswill andsend notifications.
  3. The Application Administrator selects the type of events tothat send.
  4. should
  5. Thebe system starts sending the selected eventssent to the external endpoint.application.
  6. The Application Administrator configures the authentication method and saves.