Skip to main content
All CollectionsIntegrationsZapier
Zapier Integration Setup
Zapier Integration Setup

Learn how to use Zapier to send events to Cometly from any application.

Updated this week

👋 Start Here

Welcome to our guide on leveraging the power of our new Zapier integration with Cometly. Zapier allows you to automate the flow of data between thousands of applications and Cometly. Building a Zap in Zapier means you can send events from a large variety of applications.

If Cometly does not yet currently support a direct integration, you can easily use Zapier to send events to Cometly for actions that occur when a form is submitted or actions that occur in your CRM.

Common Use Cases For Zapier

  • Form Submissions: As an alternative to placing a browser event on a thank you page after a website visitor submits a form, you can send a server event every time a form is filled out.

  • CRM Actions: For actions that occur in your CRM such as when a deal is created or when a deal is moved to Closed Won, you can send a server event to Cometly.

How It Works

The Cometly base code pixel automatically captures information on form submissions on your website. It captures the first name, last name, full name, email address, and phone number fields. When a server event is sent to Cometly from Zapier, the attribution algorithm will automatically match the email address used on the form submission and link to the visitors journey data.

Use the Cometly pixel helper plugin to ensure the Cometly Pixel is automatically capturing the email address form field. Then use Zapier to send the event.

Tip For Contact Data Enrichment: If the Cometly pixel is only capturing the email address field on your form (and not the first name, last name, and phone number), when you send an event from Zapier including the first name, last name, and phone number, the contact in Cometly will be enriched with that information.



Activating the Zapier Integration

How to turn on the Zapier integration within Cometly.

➡️ Create Zapier account or login to Zapier

Important: Make sure this step is completed before setting up any Zaps to your Cometly accounts.


How to setup a Zap in Zapier

Learn the step-by-step process for creating a Zap in Zapier to send server events from any application to Cometly.

Important: Each space in Cometly has a different Zapier API Key. If you are setting up Zapier for multiple spaces, ensure that you have the connections organized in Zapier as shown in the video.

The Cometly Pixel Helper (Google Chrome Plugin) showcased in the video will help you determine if you are automatically capturing the email address on the form submission.


Use Cases

It's important to understand some use-case-specific requirements that ensure Cometly can effectively track customer actions:

For eCommerce Stores:

If the email address is not captured on the order form, you must include the customer's IP address, fingerprint, and comet_token. The email provides us the unique identifier for the customer, while the IP address, fingerprint, and comet_token ensures we can accurately track purchases. Cometly has a direct integration for all major Ecommerce stores and funnel softwares.

If you are using Zapier to send purchase events and you need a way to indicate that a purchase is an upsell.

For Standard Marketing Funnels / Backend System Actions:

If we receive the customer's email from a form earlier in the funnel, you can use Zapier to send just the email address to Cometly. Our system will automatically track that lead based on the script placed on your site. For tracking purchases, services like Stripe can send just the email, as we already have it captured from the funnel.


Webhooks

Using Webhooks by Zapier can be especially useful in situations where Zapier does not have a direct integration with a specific application or service.

Here are some key reasons why you would want to use Webhooks in such scenarios:

  1. Custom Integration: If Zapier doesn't support a specific app or service directly, Webhooks can act as a bridge. You can use Webhooks to send data from that unsupported app to Zapier, and then from Zapier to other apps. This allows for custom integrations with a wide range of services that might not be available in Zapier's standard integrations.

  2. Real-time Data Transfer: Webhooks provide a way to receive real-time data. Unlike typical APIs that require polling (regularly checking for data updates), Webhooks send data immediately when an event occurs. This makes them ideal for tasks that require instant updates or actions.

Did this answer your question?