mirror of
https://github.com/cupcakearmy/directus-remote-trigger.git
synced 2025-09-06 05:10:38 +00:00
Compare commits
4 Commits
dependabot
...
fb943d3480
Author | SHA1 | Date | |
---|---|---|---|
|
fb943d3480 | ||
6571019e9b | |||
|
71cea00b2b | ||
2ad4b897f4 |
@@ -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.
|
||||
|
||||

|
||||
|
||||
> ## ⚠️ As of Directus 9 this is mostly solved natively and you should use the biult 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.
|
||||
|
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"name": "advanced-webhooks",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": {
|
||||
"version": "7.10.4",
|
||||
@@ -4434,9 +4432,9 @@
|
||||
}
|
||||
},
|
||||
"minimist": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
||||
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||
"dev": true
|
||||
},
|
||||
"mixin-deep": {
|
||||
|
Reference in New Issue
Block a user