Trigger an immediate outbound call via your Plura AI Agent. Perfect for instant callbacks, appointment reminders, or follow-ups.
Finding your Agent ID: Go to the Agents section in your workspace and copy the UUID (case-sensitive).
request_data: Unlike custom fields, request_data accepts any JSON structure without workspace setup. Pass any context your agent needs — it goes directly to your workflow.
Documentation Index
Fetch the complete documentation index at: https://docs.plura.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key from Settings → API Keys in your workspace
Agent UUID from your workspace
"aa951bc8-2942-4a75-9162-ba9946c7808"
Recipient phone number in E.164 format
"17145551234"
Caller ID. If omitted, auto-selected from the agent's phone group.
"15045798220"
Flexible context data passed directly to your workflow. Accepts any JSON structure.
{
"first_name": "John",
"last_name": "Smith",
"appointment_date": "2024-03-15",
"service_type": "consultation"
}