mirror of
https://github.com/cupcakearmy/directus-remote-trigger.git
synced 2025-09-06 05:10:38 +00:00
Compare commits
3 Commits
dependabot
...
233f96c682
Author | SHA1 | Date | |
---|---|---|---|
|
233f96c682 | ||
6571019e9b | |||
|
6b1753b846 |
@@ -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 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
@@ -4959,9 +4959,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"path-parse": {
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
||||
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
|
||||
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
|
||||
"dev": true
|
||||
},
|
||||
"pbkdf2": {
|
||||
@@ -7157,9 +7157,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"y18n": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
|
||||
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
|
||||
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
|
||||
"dev": true
|
||||
},
|
||||
"yallist": {
|
||||
|
Reference in New Issue
Block a user