×Trigger calls from Make
Any Make scenario — a new Shopify order, a Calendly booking, a failed Stripe charge — can now trigger an AI voice call. No code. Visual builder all the way.
Listen to the voices your scenarios can use
50+ voices across 40+ languages — click any to hear a sample.
Why Make + Callsy
You already automate email, SMS, and Slack
Add phone
Make already wires your apps together — Shopify, Stripe, HubSpot, Calendly, Airtable, Typeform. What it's been missing is voice. Drop Callsy's HTTP module into any scenario and the same events that send an email can now place a phone call.
Works with every Make trigger
Shopify, Stripe, HubSpot, Calendly, Typeform, Airtable, Gmail, Slack — any trigger Make supports can fire a call.
No custom app required
Use Make's generic HTTP module. Paste the Callsy endpoint, auth header, and JSON body once — reuse forever.
Pass any data in context
Order amount, customer name, cart items, ticket ID — whatever your scenario has, pass it as call context.
Webhook-ready
Configure a webhook on the agent so Make scenarios get notified the moment a call ends with full outcome data.
HTTP Module Setup
One module · Every call
Add an HTTP module in your Make scenario. Copy this config:
POST https://api.callsy.ai/v1/calls
Authorization: Bearer {{callsy_api_key}}
Content-Type: application/json
{
"agent_id": "agt_cart_recovery",
"contact_phone": "{{contact.phone}}",
"context": {
"cart_value": "{{shopify.cart.total_price}}",
"customer_name": "{{shopify.customer.first_name}}"
}
}Replace {{variables}} with Make's mapping panel. Your scenario fires — Callsy calls.
Scenarios to copy
Real automations, ready in minutes
Shopify → Cart recovery
Abandoned cart webhook → wait 15 min → Callsy calls the customer with 10% off.
Stripe → Failed payment
Payment failed event → Callsy calls the customer, offers to update the card over the phone.
Calendly → Day-before reminder
Booking created → wait until 24h before → Callsy confirms and offers to reschedule if needed.
Typeform → Lead qualification
New form submission → Callsy calls the lead, qualifies them, books a demo with the sales team.
HubSpot → Deal stage change
Deal moves to Proposal Sent → Callsy calls the stakeholder to walk through the proposal.
Airtable → Bulk outreach
Read a filtered Airtable view → Callsy calls each row in sequence with the context baked in.
Frequently asked
How do I connect Callsy to Make?
Add the HTTP module in Make, point it at api.callsy.ai, and paste your Callsy API key. Every Callsy tool (make_call, create_agent, filter_calls, etc.) is just a POST away. No custom app required.
Do I need to write code?
No. Make's visual builder handles everything. Paste JSON bodies once, and every scenario you build can trigger Callsy with different inputs.
Can Make receive results from a call?
Yes — two ways. (1) Poll get_call by call_id. (2) Configure a webhook callback when creating the agent, and Make receives the result automatically when the call ends.
Which Make triggers work well with Callsy?
Anything event-driven: Shopify new order, Calendly booked, HubSpot stage change, Typeform submission, Stripe payment failed, Airtable record updated, Gmail incoming email.
Is there a free tier?
Yes — 10 calls per month free, no credit card required.