Skip to main content

Call an Action

Invokes an action within your Xano workspace. The action must be imported to your workspace to be called.
    action.call "action name" {
      input = {
        input_name          : input_value
      }
    registry = {registry_key: registry_value}
    } as $action
ParameterDescriptionExample
action nameThe name of the action to call.”Claude AI -> Ask a Question”
inputAn object containing key-value pairs for each input parameter required by the action.See above.
registry(Optional) An object containing key-value pairs for any registry values needed by the action.See above.
$actionThe variable to store the result of the action call.$action