Talkr AI
Connectors

Zapier

Trigger a Zap mid-call, fanning out to any of Zapier's 5,000+ supported apps.

The Zapier connector lets your voice agents trigger a Zap directly from a conversation, fanning out to whatever the organization has built on the Zapier side — a spreadsheet update, a CRM sync, a Slack message, or any of Zapier's 5,000+ supported apps.

Connect it

This isn't an OAuth "log in to Zapier" flow — Zapier has no such thing for third-party platforms like Talkr. Instead, you build the automation on your own Zapier account and give Talkr a webhook URL to trigger it.

  1. In your own Zapier account, create a Zap starting with the Webhooks by Zapier trigger, using the Catch Hook event.
  2. Copy the generated Catch Hook URL.
  3. Go to /connectors in Talkr and click Connect on Zapier.
  4. Paste the URL into Zap Catch Hook URL and click Connect.
  5. Build out the rest of the Zap on Zapier's side (the app it should update, what to do with the incoming data).

Actions

ActionDescriptionParameters
trigger_zapTrigger the connected Zap mid-call, fanning out to whatever the organization connected on Zapier's side.event_name (required) — short name for what happened, e.g. call_completed; data — plain-text summary or key:value details to pass to the Zap

Attach this to a workflow node like any other tool — see Tools for how tool attachment and invocation work.

Example

An agent calls trigger_zap with event_name: "call_completed" and a data summary of the call outcome, and the Zap fans that out to a Google Sheet, a CRM, and a Slack channel — all from one webhook call.

On this page