Creating Actions
Your Actions can be accessed from the Actions menu in the sidebar, where you can create new Actions or manage existing ones.Using Actions
When creating an Action, you should define an input and output schema, which determine the kind of information the Action has access to when it begins, and what the structure of the data it should output after execution. After defining your schemas, you can write the code you’d like this specific Action to execute.