mirror of
https://github.com/directus/directus.git
synced 2026-01-15 01:18:03 -05:00
* add images to content, file-library and user-directory pages of docs * turn buttons from png to inline html and replace gifs with mp4s * add a ton of icons everywhere * add icons to presets & bookmarks * add icons to webhooks * add icons and clean up quickstart guide * clean up icons and videos * Move video assets to CDN * Use updated video file naming system Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
1.5 KiB
1.5 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
- Navigate to Settings chevron_right Webhooks
- Click add in the header
- Complete the other webhook form fields outlined below
- Name — A name to help remember this webhooks purpose
- Method — Send as either a HTTP
GETorPOSTrequest - 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
- Request Headers — Custom headers that will be added to the webhook 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
- Navigate to Settings chevron_right Webhooks chevron_right [Webhook]
- Set the status field to inactive
Deleting Webhooks
- Navigate to Settings chevron_right Webhooks chevron_right [Webhook]
- Click delete in the header
- 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.
:::