Overview
After your trigger fires, action nodes execute in sequence to complete your business process. Action nodes can update Reevo records, branch logic, wait, notify teammates, call external systems, and pass data forward to later nodes.Record Actions
These nodes read, create, or update records in your Reevo CRM.Create Record
Create Record
- Select the object type to create
- Map fields using static values or variables from earlier nodes
- The newly created record is available as a variable in all subsequent nodes
Update Records
Update Records
- Select which record to update (trigger record or a found record)
- Map the fields you want to change and the values to write (static or variable)
- Multiple fields can be updated in a single node
Search Records
Search Records
- Select the object type to search
- Define filter conditions (e.g., “Account Domain equals trigger contact’s domain”)
- Supports returning a single record or a collection
Move Record Stages
Move Record Stages
- Move Contact Stage - moves a single contact to a target stage
- Move Account Stage - moves a single account to a target stage
- Move Opportunity Stage - moves an opportunity forward, backward, or to a specific stage. Supports Closed Won/Lost with optional closed reason fields. Use Ignore Stage Criteria to bypass exit criteria if needed
- Move Many Contact Stages - bulk-moves a list of contacts to a target stage in one step
- Move Many Account Stages - bulk-moves a list of accounts to a target stage in one step
- Record ID / Record IDs - reference the record(s) from the trigger or a previous Search Records node using
{{variable}}syntax - Target Stage - select the stage to move the record(s) into
- Override Criteria - when checked, the stage move proceeds even if the target stage has blocking entrance criteria configured
Logic Actions
These nodes control the logic and branching of your workflow.Condition
Condition
- Select the variable to evaluate
- Define a downstream path for each case value
- Optionally configure a default path for values that don’t match any defined case
Compute
Compute
- Write a formula and select variables
- Add functions like MAX or TODAY as needed
Timing & Delay Actions
These nodes pause a workflow run for a defined period before continuing.Delay
Delay
- Enter the amount and unit of time to delay
- Delays are enforced server-side - closing your browser or logging out has no effect on a running workflow
Notification Actions
These nodes send alerts and messages to your team.Send Slack Message
Send Slack Message
- Select the target Slack channel
- Compose the message - variables from earlier nodes can include live record data
- Add formatting like
**bold**for emphasis - Requires Slack to be connected under Settings → Integrations
Integration Actions
These nodes connect a workflow to systems outside Reevo.Webhook
Webhook
- Enter the destination URL. Template variables from earlier nodes can be used in the URL
- Choose the HTTP method: GET, POST, PUT, PATCH, or DELETE
- Add optional request headers. Header values can use template variables
- Add an optional JSON request body. The body must be a JSON object, and values can reference workflow variables
- Configure timeout and redirect behavior if the endpoint needs custom handling
- Optionally extract fields from a JSON response body using dot-notation paths so later nodes can use those response values
Troubleshooting / FAQs
Does Reevo support outbound webhooks?
Does Reevo support outbound webhooks?
Should I use Update Records or a Move Record Stages node to change a stage?
Should I use Update Records or a Move Record Stages node to change a stage?
My node errored - what happened?
My node errored - what happened?
Can I connect multiple actions after a conditional node?
Can I connect multiple actions after a conditional node?
Can I use the output of one node as input to another?
Can I use the output of one node as input to another?
Still have questions? Sign in and use Ask Reevo for instant answers or to raise a support ticket.