Update README.md

This commit is contained in:
Nicco 2022-11-08 14:53:02 +01:00 committed by GitHub
parent 2ad4b897f4
commit 6571019e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
> ## ⚠️ As of Directus 9 this is not longer needed!
>
> Use the native [WebHooks](https://docs.directus.io/reference/system/webhooks.html#webhooks)
# Directus Remote Trigger
Trigger remote urls in the Directus admin view.
![Screenshot](https://i.imgur.com/Cnl3PBn.png)
> ## ⚠️ As of Directus 9 this is mostly solved natively and you should use the built in webhooks
## Motivation
I needed a way to trigger my Vercel build as the native hooks support in the settings page would require a hook for each crud operation on each collection.