TEXT
Learn how to use TEXT input fields in Buddy custom actions to collect short, user-defined string values from the pipeline form.
TEXTAREA
Implement a TEXTAREA input in your Buddy custom actions to support multiline text values.
PASSWORD
Securely collect sensitive information in Buddy custom actions using PASSWORD inputs, which mask user entries by default.
SELECT
Implement SELECT inputs in Buddy custom actions to create dropdown menus with predefined options, supporting default selections and informational tooltips.
AUTOCOMPLETE
Enhance Buddy custom actions with AUTOCOMPLETE inputs, allowing dynamic suggestions from JSON or external URLs for efficient user input.
CHECKBOX
Add CHECKBOX inputs to Buddy custom actions for boolean user selections, with options for default states and descriptive information.
COMMAND
Use COMMAND inputs in Buddy custom actions to run scripts or CLI commands and customize action behavior.
FILESYSTEM_PATH
Learn how to set up FILESYSTEM_PATH input in Buddy custom actions to select files or directories in pipelines.
GITHUB_INTEGRATION
Use GITHUB_INTEGRATION inputs in Buddy custom actions to apply existing GitHub connections and access repository data in your pipeline.
AWS_INTEGRATION
Add AUTOCOMPLETE inputs to Buddy custom actions with dynamic suggestions from JSON or external URLs. Learn how in this 2025-ready guide.
GITLAB_INTEGRATION
Use GITLAB_INTEGRATION inputs to select an existing GitLab integration in Buddy and retrieve credentials or repo access within custom actions.
SLACK_INTEGRATION
Add SLACK_INTEGRATION inputs in Buddy custom actions to select existing Slack workspaces and automate messages or alerts during deployments.