Adding Actions
Quick Start
To add a new action:- Hover your cursor above or below any existing step in the workflow
- Click the plus button that appears
- Click “Add Action”
- Select an application from the panel (e.g., Gmail)
- Select from pre-built actions we support for that service
Custom API Actions
For external integrations, if there’s something you want to do that’s available via API but we don’t have a pre-built action for, you can prompt Reggie to create a new step using code that will call that API with your provided credentials.Configuring Actions
To configure an action:- Click on it to see required parameters (toggle to view optional ones)
- Cmd/Ctrl + click to open a detailed configuration panel with more visibility
- View variable values when testing and action outputs
Testing & Readiness
If you don’t need to test a step (e.g., Send Slack Message), you can mark it as ready by:- Clicking the small arrow next to the test button
- Selecting “Mark as Ready”
Using Variables
Overview
You can use outputs from the trigger or previous steps as inputs in subsequent steps. Example: Set up a workflow to check if incoming emails are spam. Use the “email content” variable from the trigger in an AI step for categorization.How to Insert Variables
Type@ in any text box when configuring a step to see all available variables and select the one you want.
View Test Values
Click the “Test Values” button at the bottom of the configuration pane to see all values being used for variables in that step.Types of Actions
Internal Integrations
RetroFix directly integrates with premium services including:- AI generation - OpenAI, Anthropic, Google
- Data enrichment - Fiber.ai (people enrichment)
- Document processing - Reducto.ai
- Web research - Exa.ai, Perplexity.ai
External Integrations
Connect over 2,800+ external applications including Gmail, Notion, Google Sheets, Slack, and more to create workflows that work with your existing tools.Connecting an Integration
You have three options:- Ask Reggie
- Integrations Page
- Add from Workflow
Tell Reggie something like “Help me connect Gmail” and he’ll pop up a dialog you can click to connect the application
Utilities
RetroFix exposes utility steps for more flexibility in your workflows:- Wait - Pause execution
- Stop Workflow - Terminate workflow execution
Step Management
Disable a Step
When you disable a step:- It stays saved in the configuration
- It will not be executed during the workflow run
- Its outputs will not be available to other steps
Lock a Step
When you lock a step:- It still runs as expected
- Neither you nor Reggie can modify it until unlocked
- Useful for locking up core workflow logic while Reggie tweaks other things like prompts and formatting

