create-call

Initiate outbound phone calls via Synthflow's API with configurable parameters.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/SynthFlowAI/synthflow-skills --skill create-call-synthflowai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-call
Source: https://github.com/SynthFlowAI/synthflow-skills/tree/main/create-call
Command: npx skills add https://github.com/SynthFlowAI/synthflow-skills --skill create-call-synthflowai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiate outbound phone calls through Synthflow AI agents to reach real numbers and automate campaigns, reducing manual dialing and faster outreach.

Core Features & Use Cases

  • Outbound Call Execution: Start calls from an AI agent using a simple API call with required parameters like model_id, phone, and name, plus optional lead data.
  • Flexible Configuration: Customize prompts, greetings, and per-call variables to tailor each interaction for marketing campaigns, support triage, or product launches.
  • Use Case: A sales team automates dialing a list of leads, delivering personalized greetings and capturing call outcomes for follow-up.

Quick Start

Provide the agent model ID, the recipient's phone number in E.164 format, and an optional caller name to initiate a call.

Frequently Asked Questions about create-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate outbound calls with an AI agent via API?

To automate outbound calls, use the API to initiate a connection between an AI agent and a real phone number. You need to provide the model ID, recipient phone number in E.164 format, and an optional caller name to start the call.

Can I customize the greeting and prompt for each automated outbound call?

Yes, you can customize the prompt, greeting, and per-call variables for each outbound call. This allows you to tailor interactions specifically for marketing campaigns, support triage, or product launches to deliver personalized outreach.

What parameters are required to programmatically launch an outbound call campaign?

Programmatic call creation requires a valid SYNTHFLOW_API_KEY and an internet connection. You must supply parameters including model_id, phone, and name, while optionally adding lead_email, lead_timezone, prompt, greeting, and custom_variables.

Does automated outbound calling support custom variables for sales outreach?

Automated outbound calling supports custom_variables to personalize sales outreach. By passing these variables through the API call, the AI agent can tailor the conversation dynamically based on the specific lead data provided.

What is the best way to format phone numbers for AI telephony automation?

The best way to format phone numbers for telephony automation is using the E.164 format. This standard ensures the API correctly routes the outbound call to the recipient's real number without formatting errors.

Are there limitations when using AI agents for automated outbound testing?

Automated outbound testing requires an active internet connection and a valid SYNTHFLOW_API_KEY. Calls are initiated programmatically, so limitations apply to API rate limits and the accurate provisioning of required parameters like model_id and phone.