# Zapier

## Overview

The [ComplyCube Zapier integration](https://zapier.com/apps/complycube/integrations) is a **no-code automation solution** that connects our identity verification platform with **thousands of applications**. You can automate onboarding and compliance workflows by using Zapier’s **triggers**, **actions**, **filters**, and **routing** tools.

With Zapier, you can connect ComplyCube to **CRMs**, **support tools**, **marketing platforms**, and **internal systems** to streamline onboarding, compliance case management, and reporting without writing code.

The ComplyCube Zapier integration lets you create Zaps that trigger actions in other apps whenever verification or AML events occur in real time, for example, when a check completes, a session updates, or a customer is flagged.

## Requirements

* Zapier account (free or paid).
* ComplyCube API key (Test or Live).
* Access to the apps you want to connect (e.g., Slack, WordPress, Shopify, HubSpot, Zendesk).

## Getting started

{% stepper %}
{% step %}

#### Sign in to Zapier

Start by signing up or logging in to [Zapier](https://zapier.com/).

Before creating your first connection, you may also want to review Zapier’s guides on [automation basics, triggers, and actions](https://zapier.com/resources/guides/quick-start/automation-basics).
{% endstep %}

{% step %}

#### Create a new Zap

Once logged in, select **Create Zap**.

You can also browse and use the pre-made [Zapier templates](https://zapier.com/apps/complycube/integrations#zap-template-list), such as the **HubSpot → ComplyCube → Gmail template**.
{% endstep %}

{% step %}

#### Add a Trigger and Action step

In your new Zap, choose a **Trigger event**, for example, *New Contact in HubSpot* or *New Payment in Stripe*.

Now, add an **Action step** and select **ComplyCube** from the Zapier app directory.

<figure><img src="/files/L3jgiRCM0HLsdehfoizZ" alt="" width="563"><figcaption><p>Zapier Trigger Event and ComplyCube Action</p></figcaption></figure>

ComplyCube can also be used as a **Trigger**. This lets your Zap run additional actions in other apps whenever a verification or AML event occurs or completes.
{% endstep %}

{% step %}

#### Authorize the connection to ComplyCube

After creating a ComplyCube step, open the *Setup* tab and select **Sign in** to authenticate your account.

<figure><img src="/files/SOS92e2iXKDBAVzoii1A" alt="" width="563"><figcaption><p>Zapier Authorization</p></figcaption></figure>

To complete the authorization, enter your **Live** or **Test** API key. You can view, copy, and manage your keys on the [API keys page](https://portal.complycube.com/developers/key).

{% hint style="info" %}
If you encounter authorization errors, verify your credentials or contact **ComplyCube Support**.
{% endhint %}
{% endstep %}

{% step %}

#### Complete a test

Add any additional actions as needed, then **test each step** to ensure everything works correctly.

When you’re satisfied, publish the Zap to activate it.

<figure><img src="/files/GHDpyJn9Wm2Qxa2tbT0S" alt="" width="375"><figcaption><p>Test ComplyCube Step on Zapier</p></figcaption></figure>

{% hint style="info" %}
Check the [ComplyCube API Reference](https://docs.complycube.com/documentation/api-reference/) for supported events and full breakdowns of all response fields.
{% endhint %}
{% endstep %}
{% endstepper %}

## Zapier templates

**Zapier templates** provide ready-made automation flows that connect ComplyCube with popular apps. Use them to speed up setup, reduce manual configuration, and launch your first Zaps in minutes.

Examples include:

* **CRM onboarding:** *New HubSpot contact* → *Create ComplyCube verification session* → *Email verification link via Gmail* → *Send Slack alert on completion*.
* **Age verification for e-commerce:** *New Shopify order* → *Create ComplyCube verification* → *Tag customer as "Verified" in Shopify if the check passes*.
* **Payment screening:** *Stripe payment > $10,000* → *Run ComplyCube AML check* → *Notify Finance in Teams if the result is flagged*.
* **Right-to-work checks:** *New BambooHR employee* → *Create ComplyCube Document + Liveness check* → *Update the HR system once verified*.
* **Fraud escalation:** *ComplyCube verification failed* → *Create Jira ticket* → *Send a notification to the risk or support team*.

## Next steps

Once your first Zap is running, you can further enhance and customize your automation with the following options:

* Use **Zapier Filters** to branch logic based on verification outcomes (e.g., *clear*, *attention*).
* Add **Paths** to create dynamic workflows, for example, auto-approve clear cases while routing flagged ones to a review queue.
* Leverage **Delays** to build follow-up sequences (e.g., send reminders to customers who haven’t completed their verification).
* Use **Formatter** utilities to enrich data before sending it to downstream systems (formatting dates, extracting fields, etc.).
* **Sync** verification results into your internal tools, such as CRMs, case management systems, data warehouses, or fraud platforms, to keep all systems aligned.
* Trigger **notifications** in Slack, WhatsApp, Teams, or email whenever AML matches or policy failures occur.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.complycube.com/documentation/sdks/third-party-integrations/zapier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
