Button

A button that can be used to invoke a script or API.

Invoke a Script with a Button

You can invoke a script with a button. This will allow you to specify arguments, environment and run as credentials for the script.

Set the target of the button to script and select the script you would like to use. You can then select the environment and run as credentials. Finally, specify parameters to pass to the script.

Clicking the button will run the script and show a toast notification after the click.

Invoke an API with a Button

Set the target to API and select the endpoint that you want to invoke. The endpoint must be a POST endpoint. Parameters can be specified. Parameters will be passed as part of a JSON object.

Customize the Button

Buttons support customizing the text and icon shown within the button.

Properties

Last updated

Copyright 2024 Ironman Software