Quickstart: Zapier in 10 Minutes¶
This guide walks you through connecting WhiteLabelCRO to Zapier and creating your first automation.
Prerequisites¶
Before you begin: - Admin access to your WhiteLabelCRO CRM - Active Zapier account (free tier is sufficient) - At least one client or event in your CRM (for testing)
Step 1: Obtain Your API Key¶
- Log in to your WhiteLabelCRO CRM
- Navigate to Settings > Setup
- Click the Third Party Settings tab
- Scroll to the Zapier Automation Settings section
- Click the Generate New API Key button
- A popup will display your new API key
- Copy the API key immediately - it's only shown once
The key is automatically created. Store it securely (password manager or secure note).
Step 2: Connect Zapier to WhiteLabelCRO¶
- In Zapier, click Create Zap
- Search for "WhiteLabelCRO.com" in the trigger app selector
- Choose a trigger (we'll use New Client Created for this example)
- Click Sign in (or Connect an Account)
- Paste your API key when prompted
- Click Yes, Continue
Zapier will test the connection. If successful, you'll see a green checkmark.
Step 3: Configure Your Trigger¶
- Zapier will load sample data from the trigger
- Review the sample client fields (name, email, status, etc.)
- Click Continue
The trigger is now configured. Zapier will automatically create a webhook subscription in WhiteLabelCRO.
Step 4: Add an Action¶
Let's send a Slack notification when a new client is created:
- Click + Add step and select Action
- Search for "Slack"
- Choose Send Channel Message
- Connect your Slack account
- Select a channel (e.g., #crm-alerts)
- Compose the message:
- "New client enrolled: [First Name] [Last Name] ([Email])"
- Map the fields using Zapier's field picker
Click Continue.
Step 5: Test Your Zap¶
- Click Test action
- Zapier will send a test message to Slack
- Verify the message appears in your Slack channel
Success criteria: You should see a Slack message with sample client data.
Step 6: Turn On Your Zap¶
- Give your Zap a descriptive name (e.g., "New Client → Slack Notification")
- Click Publish
Your Zap is now live. When a new client is created in WhiteLabelCRO, Zapier will send a Slack notification.
Verify End-to-End¶
- In your WhiteLabelCRO CRM, create a test client
- Wait ~30 seconds
- Check your Slack channel
You should see a notification with the new client's details.
Common First Zaps¶
New Client to Email Notification¶
Trigger: New Client Created
Action: Gmail > Send Email
Use case: Notify the sales team when a client enrolls
Mapping: - To: sales@company.com - Subject: "New Client: {{First Name}} {{Last Name}}" - Body: Include client details and CRM link
Payment Failed to Slack Alert¶
Trigger: Payment Failed
Action: Slack > Send Channel Message
Use case: Alert finance team to failed payments
Mapping: - Channel: #finance-alerts - Message: "Payment declined for {{Client Name}} - Amount: {{Amount Attempted}}"
Lead from Google Form¶
Trigger: Google Forms > New Response
Action: WhiteLabelCRO > Create Lead
Use case: Capture leads from your website form
Mapping: - First Name: Form field - Last Name: Form field - Email: Form field - External ID: Form response ID (for deduplication)
Troubleshooting¶
Connection Failed¶
- Verify you copied the entire API key (no truncation)
- Generate a new API key from Settings > Setup > Third Party Settings if needed
- Keys generated via the Generate New API Key
Trigger Not Firing¶
- Verify the Zap is turned ON (not paused)
- Check that events are actually occurring in WhiteLabelCRO
- Review Zap history for errors
Missing Fields in Zapier¶
- Some fields are optional and may be empty
- Use Zapier's Formatter to handle missing values
- Add a Filter step to skip records with missing required data
Next Steps¶
Explore More Triggers¶
- Payment Succeeded: Automate receipts or accounting sync
- Invoice Status Changed: Track payment collection
- Lead Created: Nurture workflows
Add Complexity¶
- Paths: Route different event types to different actions
- Filters: Only process specific client statuses
- Multi-step Zaps: Combine searches, creates, and updates
Learn More¶
- Zapier Triggers - All available event types
- Zapier Actions - Create and update operations
- Zapier Searches - Find or Create patterns