From 6571019e9bdaae45055ae5a4ce5440af093a0f64 Mon Sep 17 00:00:00 2001 From: Nicco Date: Tue, 8 Nov 2022 14:53:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 527264d..c36dd67 100644 --- a/README.md +++ b/README.md @@ -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. ![Screenshot](https://i.imgur.com/Cnl3PBn.png) -> ## ⚠️ 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.