Zapier Integration

API, Webhooks and Integrations

Overview

Reachkit’s Zapier integration allows you to connect your cold email outreach activities with thousands of other apps and services. Use Zapier to automate workflows based on events happening in your Reachkit account, such as new replies, bounces, or campaign launches.

Authentication

The Reachkit Zapier integration uses API key authentication:

  1. From your Reachkit dashboard, navigate to Settings
  2. Select the Integrations tab
  3. Under the Zapier section, click Add API Key
  4. Enter a name for the key
  5. Copy your newly generated API key
  6. When setting up your Zapier connection, paste this API key

You can create multiple API keys for different Zapier workflows or team members.

Available Triggers

Reachkit provides the following triggers for Zapier:

  • Inbox Disconnected - Triggered when an email account disconnects
  • Campaign Launched - Triggered when a campaign starts
  • Campaign Paused - Triggered when a campaign is paused
  • Campaign Resumed - Triggered when a paused campaign is resumed
  • Email Sent - Triggered when an email is sent from a campaign
  • Lead Replied - Triggered when a lead responds to your campaign
  • Lead Bounced - Triggered when an email bounces
  • Lead Unsubscribed - Triggered when a lead opts out
  • New UniBox Message - Triggered when a new message appears in UniBox

Understanding Trigger Data

For security reasons, Reachkit’s Zapier triggers only include relevant IDs rather than complete data objects. For example, when a lead replies, the trigger will include:

{
  "lead_id": "lead_123456",
  "campaign_id": "campaign_789012"
}

To retrieve complete data, you’ll need to use a follow-up step in your Zap that fetches the full information using our API.

Need More Triggers?

If you need additional trigger events that aren’t currently available, please contact our support team. We’re continuously expanding our integration capabilities based on user feedback.