Files
directus/docs/configuration/webhooks.md
Ben Haynes 1b87e4555f Docs structure (#9071)
* WIP

* updates

* docs updates

* structure

* big structure update

* docs module icon change

* in-app docs nav

* more content and structure changes

* Remove redundant

* Fix docs build in app

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-10-25 21:19:23 -04:00

1.3 KiB

Webhooks

Webhooks are configured within the App (no code required) and send HTTP requests when a specific event is triggered. Learn more about Webhooks.

Creating Webhooks

  1. Navigate to Settings > Webhooks
  2. Click the Create Webhook action button in the header
  3. Complete the other webhook form fields outlined below
  • Name — A name to help remember this webhooks purpose
  • Method — Send as either a HTTP GET or POST request
  • URL — The URL to send the request to
  • Status — Whether the webhook is active (enabled) or inactive (disabled)
  • Data — Whether the event's data should be sent along with the request
  • Trigger Actions — The specific actions that will trigger the event
  • Trigger Collections — The specific collections for which the above actions will trigger events

Disabling Webhooks

  1. Navigate to Settings > Webhooks > [Webhook]
  2. Set the status field to inactive

Deleting Webhooks

  1. Navigate to Settings > Webhooks > [Webhook]
  2. Click the red Delete Webhook action button in the header
  3. Confirm this decision by clicking Delete in the dialog

::: danger Irreversible Change

This action is permanent and can not be undone. Please proceed with caution.

:::