> ## Documentation Index
> Fetch the complete documentation index at: https://docs.waverunnerai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions

> Every action node available in the Wave Runner Composer.

Actions are the steps your workflow performs after the trigger fires. Chain as many as needed and use Condition or Router nodes to branch between paths.

## Communication

<CardGroup cols={2}>
  <Card title="Call Lead" icon="phone" href="/workflows/actions/call-lead">
    Place an AI-powered outbound call to the contact.
  </Card>

  <Card title="Send SMS" icon="message" href="/workflows/actions/send-sms">
    Send an SMS to the contact using your connected phone number.
  </Card>

  <Card title="Slack" icon="slack" href="/workflows/actions/slack">
    Send a message to a Slack channel or user.
  </Card>
</CardGroup>

## Logic & flow

<CardGroup cols={2}>
  <Card title="Condition" icon="code-branch" href="/workflows/actions/condition">
    Route the workflow down a true or false branch.
  </Card>

  <Card title="Router" icon="diagram-project" href="/workflows/actions/router">
    Split the workflow into multiple branches based on conditions.
  </Card>

  <Card title="Wait" icon="clock" href="/workflows/actions/wait">
    Pause execution for a set duration before continuing.
  </Card>

  <Card title="Tag Contact" icon="tag" href="/workflows/actions/tag-contact">
    Apply a tag to the contact.
  </Card>
</CardGroup>

## CRM

<CardGroup cols={2}>
  <Card title="HubSpot" icon="hubspot" href="/workflows/actions/hubspot">
    Create or update contacts, deals, and companies in HubSpot.
  </Card>

  <Card title="GoHighLevel" icon="bolt" href="/workflows/actions/gohighlevel">
    Create or update contacts and campaigns in GoHighLevel.
  </Card>
</CardGroup>

## Connections

<CardGroup cols={2}>
  <Card title="HTTP Request" icon="webhook" href="/workflows/actions/http-request">
    Make an HTTP call to any external API or webhook URL.
  </Card>
</CardGroup>

## Next steps

<Card title="Variables" icon="code" href="/workflows/variables">
  Insert dynamic call data, contact info, and appointment details into your actions.
</Card>
