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.