Skip to main content

Outbound Call Node

Outbound Call Node

The Outbound Call node initiates a phone call to a contact from within a workflow. It is the core building block for outbound campaigns, automated follow-ups, and proactive outreach.

How It Works

When the workflow reaches this node, Votel places a call to the contact's phone number. You configure the caller ID and the workflow handles the rest based on the call outcome.

Caller ID Selection

Choose which phone number appears on the contact's caller ID:

  • Specific number --- select one of your registered numbers.
  • Number pool --- rotate through a set of numbers to improve answer rates and avoid spam flagging.

Outcome Branches

The Outbound Call node has four outcome branches, each leading to a different workflow path:

BranchWhen It Fires
AnswerThe contact picks up the call
No AnswerThe call rings but is not answered
VoicemailA voicemail system is detected
FailedThe call could not connect (invalid number, carrier issue, etc.)

Each branch can lead to different actions. For example, on No Answer you might wait and retry, while on Voicemail you might send a follow-up SMS.

The Two-Workflow Pattern

Outbound campaigns typically use two workflows working together:

  1. Outreach Workflow --- Uses a Manual Trigger and the Outbound Call node. This workflow handles the mechanics of placing calls, managing retries, and spacing out attempts.

  2. Conversation Workflow --- Uses a Conversation Started trigger. When a contact answers the outbound call, this workflow handles the actual conversation with the AI agent.

This separation keeps your outreach logic (timing, retries, fallbacks) separate from your conversation logic (what the agent says and does).

Tips

  • Use the Wait node before retry attempts to space out calls and avoid overwhelming contacts.
  • Connect the Voicemail branch to an SMS node to send a text when the contact does not answer.
  • Monitor answer rates and adjust your number pool or call timing accordingly.

Next Steps