Integrate Popin with thousands of third-party apps via Zapier to automate workflows such as lead creation, call tracking, CRM updates, and more. This guide walks you through connecting Popin to Zapier, configuring triggers, and using API endpoints for authentication and webhook subscription.
📘 Overview
The Popin Zapier App enables seamless automation by providing pre-defined event triggers. You can integrate Popin with tools like Google Sheets, Slack, HubSpot, Salesforce, Calendars, and more, using Zapier’s no-code interface.
✅ Prerequisites
Before you begin, ensure you have:
An active Popin account with admin access.
An active Zapier account.
A valid Popin API Key.
🔑 Getting Your API Key
Log in to your Popin Dashboard.
Navigate to: Developers > Zapier.
Click Setup.
Click Generate API Key.
Copy and store the API Key securely — this will be used in Zapier for authentication.
🔗 Connecting Popin to Zapier
Log in to your Zapier account.
Go to My Apps.
Click Add a Connection, then search for and select Popin.
When prompted, enter the API Key you obtained from the Popin dashboard.
Click Continue to authenticate and complete the connection.
⚡ Available Triggers
Popin offers the following Zapier triggers to automate actions based on customer and call events:
1. New Scheduled Call
Trigger Key:popin_scheduled_notification
Fires when a call is scheduled by the customer.
Sample Payload:
2. New Missed Call
Trigger Key:popin_missed_notification
Fires when a customer call is missed.
Sample Payload:
3. User Captured
Trigger Key:popin_user_captured
Fires when a user submits contact information through Popin.
Sample Payload:
4. Call Successful
Trigger Key:popin_call_successful
Fires when a call is completed successfully.
Sample Payload:
🔌 API Endpoints
1. Authentication Endpoint
Used to validate the Popin API Key during account connection in Zapier.
Endpoint:https://widget01.popin.to/zapier/v1/auth
Method:POST
Request Parameters:
Parameter
Type
Required
Description
api_key
string
Yes
API key generated in Popin dashboard
Success Response:
Failure Response:
2. Webhook Subscription Endpoint
Used by Zapier to register a webhook for a selected Popin trigger.