mirror of
https://github.com/cupcakearmy/directus-remote-trigger.git
synced 2025-09-06 21:20:39 +00:00
Compare commits
1 Commits
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
b3dcaf752d |
@@ -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
|
# Directus Remote Trigger
|
||||||
|
|
||||||
Trigger remote urls in the Directus admin view.
|
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
|
## 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.
|
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,
|
"requires": true,
|
||||||
|
"lockfileVersion": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": {
|
"@babel/code-frame": {
|
||||||
"version": "7.10.4",
|
"version": "7.10.4",
|
||||||
@@ -4961,9 +4959,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"path-parse": {
|
"path-parse": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
||||||
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"pbkdf2": {
|
"pbkdf2": {
|
||||||
|
Reference in New Issue
Block a user