Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
233f96c682
Merge 6b1753b846 into 6571019e9b 2024-11-27 15:56:55 +00:00
6571019e9b
Update README.md 2022-11-08 14:53:02 +01:00

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.