Skip to main content
The originate-to-AI endpoint lets you make a phone call to someone and connect them to an AI voice bot. This is useful for automated outreach, appointment reminders, surveys, and follow-up calls.

Endpoint

Authentication

Requires an API key with calls.originate_ai permission.

Request body

Example: wake-up call

Example: using an extension with a bot

If you have a user configured with AI routing, you can call through that extension:

How it works

  1. Astradial dials the phone number
  2. When the person answers, the call connects to the AI bot via WebSocket
  3. The bot follows its conversation flow
  4. Variables you pass are available to the bot for personalized responses
  5. The bot can transfer to a human, create tickets, or end the conversation

Response

Use with workflows

You can also originate AI calls from workflows. In the workflow editor, add a Place Call action node and select a bot. The workflow passes trigger data as variables to the bot.