HuskyVoiceAI → Google Sheets Integration ( Zapier )
Objective
Automatically log every completed HuskyVoiceAI call into a Google Sheet for tracking, analytics, and reporting.
Workflow:
HuskyVoiceAI → (call.completed webhook) → Zapier → Google Sheets
Prerequisites
-
HuskyVoiceAI account with Webhooks enabled
-
Zapier account (or Make.com)
-
Google account with edit access to the target Sheet
-
A Google Sheet prepared with headers
Step 1 – Prepare Google Sheet
-
Create a new Google Sheet named: HuskyVoice Call Log
-
Add headers in row 1:
event_id, event_type, created_at, call_id, status, direction, call_to, duration_seconds, agent_name, sentiment, interest_level, summary, next_steps, recording_url, call_transcript, triggered_at, completed_at
Step 2 – Create Zapier Webhook
Log in to Zapier → Create a new Zap.
Select Trigger → Webhooks by Zapier → Under trigger event , Catch Hook.
Pick off a Child Key should be left as it is i.e empty
Copy the custom webhook URL generated by Zapier.
This URL will be used in HuskyVoiceAI.
Step 3 – Create HuskyVoiceAI Webhook
-
Log in to HuskyVoiceAI → Integrations → Webhooks → Add Webhook
-
Paste the Zapier webhook URL from Step 2
-
Select event: call.completed
-
Save the webhook
-
Trigger a test call to ensure HuskyVoiceAI sends data

Step 4 – Add Google Sheets Action
-
Add Google Sheets → Action Event → Create Spreadsheet Row action
-
Connect your Google account

-
Select the target Sheet and worksheet
-
Test and then publish
Step 5 – Test & Activate
-
Trigger a test call in HuskyVoiceAI
-
Confirm a new row is created in Google Sheets
-
Turn on the Zap to run automatically
Optional Enhancements
-
Filter calls: Log only outbound or longer calls using Zapier Filter
-
Prevent duplicates: Check event_id before creating a row
-
Error handling: Retry failed webhook attempts
Related Articles
HuskyVoiceAI → Google Sheets Integration ( n8n )
This guide shows you how to automatically write every completed HuskyVoiceAI call into a Google Sheet using n8n. You’ll end up with a clean, searchable call log that your team can filter, share, and report on. What you’ll build HuskyVoiceAI → ...
HuskyVoiceAI → Google Sheets Integration ( Make.com )
Objective Automatically log every completed HuskyVoiceAI call into a Google Sheet for tracking, analytics, and reporting. Workflow: HuskyVoiceAI → (call.completed webhook) → Make.com → Google Sheets Prerequisites HuskyVoiceAI account with Webhooks ...
HuskyVoiceAI → Slack Integration ( Zapier )
Objective Automatically send a notification to Slack every time a HuskyVoiceAI call is completed. Workflow: HuskyVoiceAI → (call.completed webhook) → Zapier → Slack Prerequisites HuskyVoiceAI account with Webhooks enabled Zapier account Slack ...
HuskyVoiceAI → Slack Integration ( n8n )
This guide shows you how to send a Slack notification every time HuskyVoiceAI fires a call.completed webhook—so your team gets instant visibility into call outcomes, summaries, and recordings. What you’ll build HuskyVoiceAI → (call.completed webhook) ...
HuskyVoiceAI → Slack Integration ( Make.com )
Objective Automatically send a notification to Slack every time a HuskyVoiceAI call is completed. Workflow: HuskyVoiceAI → (call.completed webhook) → Make.com → Slack Prerequisites HuskyVoiceAI account with Webhooks enabled Make.com account (Cloud) ...