Skip to main content

Zapier Integration

Connect Konvoq to Google Sheets, Slack, HubSpot, Notion, Salesforce, Mailchimp, and 8,000+ other apps — all without writing a line of code.

Set up at: Dashboard → Settings → API Keys, then zapier.com/apps


Before you start

You need:

  • An active Konvoq workspace
  • A Zapier account (free tier works for most use cases)

Step 1 — Create an API key

  1. Go to Dashboard → Settings → API Keys
  2. Click New API Key
  3. Give it a name (e.g. Zapier)
  4. Select scopes:
ScopeWhen you need it
webhooksRequired — lets Zapier subscribe to events
read:leadsNeeded for "Find Lead" search steps
write:leadsNeeded for "Create Lead" action steps
read:conversationsNeeded for conversation-based triggers
  1. Click Create — the raw key is shown once. Copy it immediately.
warning

The key is only shown at creation. If you lose it, revoke it and create a new one.


Step 2 — Connect Konvoq on Zapier

  1. Go to zapier.com/apps and search for Konvoq
  2. Click Connect
  3. Paste your API key when prompted
  4. Zapier validates it against your account — you'll see your email confirmed

Step 3 — Choose a trigger or action

Triggers (Konvoq → Zapier)

TriggerWhen it fires
New LeadVisitor submits the lead capture form
Lead Stage ChangedLead moves to a new CRM pipeline stage
New Handoff RequestVisitor requests a human agent
Handoff ResolvedAgent closes a handoff
Conversation StartedVisitor opens the chatbot
Conversation EndedConversation is closed

Actions (Zapier → Konvoq)

ActionWhat it does
Create LeadCreates a new lead in your Konvoq CRM
Update Lead StageMoves a lead to a different pipeline stage

Searches

SearchWhat it does
Find LeadLooks up a lead by email or name
Find ConversationLooks up a conversation by ID

Step 4 — Use a pre-built template

Popular starting Zaps available in the Konvoq integration page on Zapier:

  • New Lead → Add row to Google Sheets
  • New Lead → Send Slack message
  • New Lead → Create HubSpot contact
  • New Lead → Add Mailchimp subscriber
  • New Handoff Request → Send Slack alert
  • New Lead → Create Notion page
  • New Lead → Create Airtable record
  • Lead Stage Changed → Update HubSpot deal

How it works under the hood

When you turn a Zap ON, Zapier calls:

POST /api/public/zapier/subscribe

Konvoq registers a webhook subscription and fires a signed POST to Zapier's callback URL every time the chosen event occurs.

When you turn a Zap OFF, Zapier calls:

DELETE /api/public/zapier/unsubscribe/:id

Konvoq removes the subscription — no more deliveries.

All webhook requests are signed with HMAC-SHA256. See Webhooks → Verifying signatures for details.


Troubleshooting

ProblemFix
Zap not triggeringTurn the Zap OFF then ON — re-registers the subscription
"Invalid API key" on connectCheck scopes — webhooks scope is required
Missing lead fieldsAdjust the lead capture form fields in Dashboard → Widget → Lead Capture
Zap triggers but action failsCheck Zapier's task history for the specific error message