Skip to main content

Triggering Calls Automatically

You do not need to log in to HuskyVoice.AI and start calls manually. You can set things up so calls are triggered automatically — the moment a new lead comes in, an appointment is approaching, or any other event in your business happens.


How It Works (In Simple Terms)

Think of it like this: you tell HuskyVoice.AI, "whenever this other tool sends you a name and phone number, call that person." From then on, it happens automatically — no one has to do anything.


What You Need to Set It Up

You need two things:

1. Your Inbound URL — a unique link that belongs to your HuskyVoice account. When your other tool sends contact details to this link, a call is started.

Find it at: Dashboard → Integrations → Inbound Webhooks

2. The contact's phone number and which agent should call — your other tool needs to send at least the phone number and the agent to use. You can also include the customer's name so the agent greets them correctly.


If you use n8n, Make, or your CRM has automation features, you can set this up without any coding.

  1. Get your Inbound URL from Dashboard → Integrations
  2. In your other tool, set up an automation: "when X happens, send to this URL"
  3. Map the customer's phone number and name to the request
  4. Save and test

See Third-Party Apps for a step-by-step example.


Cancelling a Call Before It Goes Out

If a call has been triggered but has not yet connected — for example, the customer already called you back — you can cancel it before it happens. This prevents the customer from receiving an unwanted call.

To do this, contact HuskyVoice support or use the cancel option via your integration. You will need the call ID that was returned when the call was first triggered.


For Developers

If your business has a developer and needs a fully custom integration, the HuskyVoice.AI API supports triggering, checking, cancelling, and deleting calls programmatically.

Full technical documentation is available at docs.huskyvoice.ai.


Next Steps