Guides
Connect Samwad to the tools you already run your business on.
Integrations live under Settings → Integrations in the dashboard. Most connect with an OAuth flow or an API key from the third-party tool — no code required for the common ones below. For anything custom, webhooks give you a way to react to call events from your own systems.
Connect your CRM so call outcomes, transcripts, and lead details land where your sales or support team already works, instead of living only in the Samwad dashboard.
Bring your own numbers by porting them into Samwad, or provision new local and toll-free numbers directly from the dashboard. Ported numbers keep their existing call history intact and simply start routing through the agent once the port completes.
Register a webhook URL under Settings → Webhooks to receive real-time events as calls happen — useful for logging, custom alerts, or triggering workflows in your own backend.
{
"event": "call.completed",
"call_id": "call_8f2a1c",
"agent_id": "agt_123",
"direction": "inbound",
"from": "+919876543210",
"duration_seconds": 142,
"outcome": "resolved",
"transcript_url": "https://api.samwad.ai/v1/calls/call_8f2a1c/transcript",
"recording_url": "https://api.samwad.ai/v1/calls/call_8f2a1c/recording",
"timestamp": "2026-08-18T10:15:32Z"
}call.started, call.completed, call.transferred, and call.failed.For no-code workflows, use the Samwad app on Zapier or Make to trigger actions — like posting to Slack, updating a spreadsheet, or sending a follow-up email — whenever a call completes, without writing to the webhook API directly.
Connect a calendar so agents can check real availability and book appointments during a live call, instead of just collecting a callback request. Booked slots sync back to your calendar immediately, avoiding double-booking.