mirror of
https://github.com/cupcakearmy/directus-remote-trigger.git
synced 2025-09-06 13:10:39 +00:00
Compare commits
1 Commits
b680e38721
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
71cea00b2b |
@@ -1,13 +1,11 @@
|
||||
> ## ⚠️ 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 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.
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@@ -4231,9 +4231,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||
"version": "4.17.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
|
||||
"dev": true
|
||||
},
|
||||
"lodash.clone": {
|
||||
@@ -4432,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