📄️ Search Actions
Returns a list of actions matching the query. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Get Action By ID
Returns an action by id. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Delete Action
Remove an existing action. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Update Action
Update an existing ZITADEL action. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Create Action
Create a new ZITADEL action. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Deactivate Action
Deactivate an existing action. The action will not be executed if configured in a flow. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Reactivate Action
Reactivate an existing action that is deactivated. The action will be executed again if configured in a flow. Actions are custom code written in javascript, that can be run at a specified point/flow/trigger in ZITADEL.
📄️ Search Flow Types
Search Flow Types
📄️ List Flow Trigger Types
List Flow Trigger Types
📄️ Get Flow
Returns a flow. Flows are the links between an action and a specific point during a user interaction with ZITADEL.
📄️ Clear Flow
Clear Flow
📄️ Set Trigger Actions
Set Trigger Actions