Steps Reference

    All available workflow steps and how to configure them.

    Steps are the building blocks of your workflow. Here's a reference of all available step types:

    Messaging Steps

    Steps for sending messages to contacts:

    StepWhat It Does
    Send MessageSend a text or media message to the current conversation
    DM CommenterSend a Direct Message to someone who commented on your post
    Reply to CommentPost a public reply to the triggering comment

    Logic Steps

    Steps for controlling workflow flow:

    StepWhat It Does
    ConditionBranch the flow based on a condition (if/else)
    Wait for ReplyPause the workflow until the contact responds
    DelayPause for a specified duration (minutes, hours, days)
    Smart DelayWait until a specific time (e.g., next business day at 9:00 AM)

    Action Steps

    Steps that modify data or trigger external actions:

    StepWhat It Does
    Add TagAdd a tag to the contact or conversation
    Remove TagRemove a tag from the contact
    Update ContactUpdate contact fields (name, email, custom fields)
    Assign ConversationAssign to a specific team member or team
    Close ConversationClose the current conversation
    WebhookSend data to an external URL via HTTP POST
    Google SheetsAppend a row to a Google Sheet

    Was this article helpful?