From b0e3d3d9125a238892935aec78ba73f30295893b Mon Sep 17 00:00:00 2001 From: Silvan Date: Thu, 29 Feb 2024 13:41:35 +0100 Subject: [PATCH] docs(actions): add possibilities to examples text (#7418) --- docs/docs/apis/actions/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/apis/actions/introduction.md b/docs/docs/apis/actions/introduction.md index 6321414dbc..0210009042 100644 --- a/docs/docs/apis/actions/introduction.md +++ b/docs/docs/apis/actions/introduction.md @@ -10,7 +10,7 @@ ZITADEL interpretes the scripts as JavaScript. Make sure your scripts are ECMAScript 5.1(+) compliant. Go to the [goja GitHub page](https://github.com/dop251/goja) for detailed reference about the underlying library features and limitations. -You can find great snippets and examples which show how you can use actions in [this repository](https://github.com/zitadel/actions). +Stuck customizing ZITADEL actions? Find samples for setting OIDC claims, SAML attributes, extending JIT provisioning data, calling external APIs, and more in [this repository](https://github.com/zitadel/actions). Actions are a key feature to extend the functionality of ZITADEL and continuously improve the feature and expand the use cases. Check out our [roadmap](https://zitadel.com/roadmap) for more details.