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. This page lists released action nodes plus custom object nodes. It does not include unreleased nodes.Account Actions
Use account nodes when the workflow should create, find, update, or move account records.Create Account
Create Account
- Map account fields using static values or variables
- Use trigger data or previous node outputs to populate fields
- Optionally add relationships, such as linking contacts to the account.
- The created or updated account becomes available as a variable in later nodes
Update Account
Update Account
- Identify the account to update
- Choose the fields to update
- Optionally add or remove relationships, such as linking or unlinking contacts.
- Enter static values or variables for each field
Update Many Accounts
Update Many Accounts
Search Account and Search Many Accounts
Search Account and Search Many Accounts
- Use Search Account when later steps need one matching account
- Use Search Many Accounts when later steps need a collection
- Define filter conditions using static values or variables
Move Account Stage and Move Many Account Stages
Move Account Stage and Move Many Account Stages
- Provide the account ID or account IDs
- Select the target stage
- Use Ignore Stage Criteria when the move should proceed even if configured criteria would otherwise block it
Contact Actions
Use contact nodes when the workflow should create, find, update, or move contact records.Create Contact
Create Contact
- Map contact fields using static values or variables
- Use trigger data or previous node outputs to populate fields
- Optionally add relationships, such as linking the contact to an account or opportunity.
- The created or updated contact becomes available as a variable in later nodes
Update Contact
Update Contact
- Identify the contact to update.
- Choose the fields to update.
- Optionally add or remove relationships, such as linking or unlinking accounts or opportunities.
Update Many Contacts
Update Many Contacts
Search Contact and Search Many Contacts
Search Contact and Search Many Contacts
- Use Search Contact when later steps need one matching contact
- Use Search Many Contacts when later steps need a collection
- Define filter conditions using static values or variables
Move Contact Stage and Move Many Contact Stages
Move Contact Stage and Move Many Contact Stages
- Provide the contact ID or contact IDs
- Select the target stage
- Use Ignore Stage Criteria when the move should bypass configured stage criteria
Opportunity Actions
Use opportunity nodes when the workflow should create, find, update, or move opportunities.Create Opportunity
Create Opportunity
- Map opportunity fields using static values or variables.
- Use trigger data or previous node outputs to populate fields.
- Optionally add relationships, such as linking contacts to the opportunity.
Update Opportunity
Update Opportunity
- Identify the opportunity to update.
- Choose the fields to update.
- Optionally add or remove relationships, such as linking or unlinking contacts.
Update Many Opportunities
Update Many Opportunities
Search Opportunity and Search Many Opportunities
Search Opportunity and Search Many Opportunities
Move Opportunity Stage
Move Opportunity Stage
- Provide the opportunity ID
- Choose whether to move to a specific stage, forward, or backward
- Select closed reason fields when moving to a terminal Closed Won or Closed Lost stage
- Use Ignore Stage Criteria to bypass configured stage exit criteria when needed
Custom Object Actions
Custom object nodes are available when custom object workflows are enabled for your workspace.Create Custom Object Record
Create Custom Object Record
- Select the custom object type.
- Map custom object fields using static values or variables.
- Optionally add custom relationships to other records.
Update Custom Object Record
Update Custom Object Record
- Identify the custom object record to update.
- Choose the fields to update.
- Optionally add or remove custom relationships to other records.
Search Custom Object Record and Search Many Custom Object Records
Search Custom Object Record and Search Many Custom Object Records
Adding Relationships from Create and Update Nodes
Create and update nodes can manage relationships at the same time they create or update a record. Use this when the relationship is part of the record operation, such as creating a contact and linking it to the account from the trigger.Sequence Actions
Use sequence nodes to coordinate outreach.Sequence Enrollment
Sequence Enrollment
Sequence Unenroll
Sequence Unenroll
Communication Actions
Use communication nodes to send Slack messages.Send Slack Channel Message
Send Slack Channel Message
- Select the target Slack channel
- Compose the message using static text, variables, and @mentions for Slack users
- Requires Slack to be connected under Settings → Integrations
Send Slack DM to User
Send Slack DM to User
Logic and Flow Control Actions
These nodes control how a workflow branches, waits, and computes values.Condition
Condition
- Define one or more cases
- Configure conditions for each case
- Optionally configure a default path for records that do not match other cases
Compute
Compute
- Write a formula
- Select variables from the trigger or previous nodes
- Use the computed output in downstream nodes
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
User Round Robin
User Round Robin
Integration Actions
These nodes connect workflows to external systems.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
Why do I see different nodes than another workspace?
Why do I see different nodes than another workspace?
Does Reevo support outbound webhooks?
Does Reevo support outbound webhooks?
Should I use an Update node or a Move Stage node to change a stage?
Should I use an Update node or a Move Stage node to change a stage?
My node errored - what happened?
My node errored - what happened?
Can I connect multiple actions after a Condition node?
Can I connect multiple actions after a Condition 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.