4 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
dependabot[bot]
6b1753b846 Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 05:08:26 +00:00
2ad4b897f4 Update README.md 2021-03-19 10:38:24 +01:00
2 changed files with 8 additions and 8 deletions

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 # Directus Remote Trigger
Trigger remote urls in the Directus admin view. Trigger remote urls in the Directus admin view.
![Screenshot](https://i.imgur.com/Cnl3PBn.png) ![Screenshot](https://i.imgur.com/Cnl3PBn.png)
> ## ⚠️ As of Directus 9 this is mostly solved natively and you should use the biult 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
View File

@@ -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",
@@ -7159,9 +7157,9 @@
"dev": true "dev": true
}, },
"y18n": { "y18n": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
"dev": true "dev": true
}, },
"yallist": { "yallist": {