Register Webhooks in AGILITY UI

When building integrations, it's beneficial for your applications to receive real-time events, enabling your backend systems to respond promptly.

To activate webhook events, you need to register webhook endpoints in either the AGILITY UI or using the AGILITY API. Once registered, AGILITY sends webhook events to your application as a JSON payload, incorporating an Event object. You can also create Jira tickets via AGILITY webhook events.

For instructions to set up webhooks, see AGILITY Webhook Integration.

To register a new webhook endpoint in the AGILITY UI:

  1. From the AGILITY homepage, select Settings > Application Settings.

    application-settings.png
  2. Select Edit on the Webhook Configuration card.

  3. Select New Endpoint.

  4. Enter your endpoint URL and a description to identify the endpoint, then select the events from the Events to send drop-down list that you would like AGILITY to send to the new endpoint.

  5. (Optional) If you want the events to be sent to all subscribers, select the Yes, I want to receive events for all users under this subscription check box.

  6. Select Save & Close to finish, or to add another webhook, select Save & New.

Â