# Zapier Integration

## 1. Access API Credentials

Go to the IntelliTicks [Settings ](https://app.intelliticks.com/settings/general)page in the Admin Console and at the Developers Tab, you would find [API Credentials](https://app.intelliticks.com/v2/settings/dev/api-credentials). Note down the API credentials including **Client Id** and **Secret Key** as it will be used in the **Step-5**

![API Credentials](/files/-MI3o9PGR02lXgJjAKYt)

## 2. Get Access To IntelliTicks Trigger on Zapier

Click the below link to build a Zap with IntelliTicks to get started.&#x20;

<https://zapier.com/developer/public-invite/32614/42ec20e61533592ed3006b00aadd18cd/>

Once, you reach the Zapier Website. You need to click on the Accept Invite and Build the Zap.

![Click the Accept Invite Button to access Zapier Website.](/files/-Lplu1txB_Y3u_anHUzN)

## 3. Making a Zap

Here, you can create your personal Zap Trigger. Search for the name "**IntelliTicks**" in the **Choose App & Event** Search bar

![Search for IntelliTicks and Select it to create Zap.](/files/-Lpm2_hePX8tUFWOGMd-)

### 4. Choose Trigger Event

Choose the Trigger Event out of the 2 options provided in the drop down list.

![Choose the trigger option](/files/-Lpm3aL6ybrVZzzgFOgt)

{% hint style="info" %}
There are two Trigger Events:

**New Lead Event ->** It gets triggered whenever an engaged user becomes a lead (whenever either of the email address and mobile number is captured for the first time)

**Update Attribute ->** It gets triggered every-time any user's profile attributes gets captured or updated after the new lead event. It may get triggered multiple times for the same user, each time with some updates.
{% endhint %}

After choosing the event, Click the Continue Button to move to the next part.&#x20;

![](/files/-Lpm4j-KCNlDf7wdriq1)

### 5. Authorizing Zapier to Access IntelliTicks account

Use the Information collected in **Step 1** to authorize the Zapier to access your IntelliTicks account.&#x20;

![Access the Account option to create the Zap](/files/-Lpm6j52vmLfpjBRlS3m)

## 6. Find Sample Data

After Authorizing Zapier, you will see your account and you can Test the API call to fetch the sample data.&#x20;

![Test the Connection](/files/-LpmD2k0UWY_5KwEDxpg)

After the Test is done, you will get the sample data. You can use the fields available in the sample data for your action app in the Zap.

![Sample Data is pulled](/files/-LpmDKiKk_ytseSHssJp)

![Sample of the data available.](/files/-LpmEzmEzhmMk6sD5o1L)

Check the full list of data points available during the events triggered by IntelliTicks for Zapier here.

{% content-ref url="/pages/-LpxHERLeDg14FrBhWkh" %}
[Data Available in Zapier](/integrations/zapier-integration/data-available-in-zapier.md)
{% endcontent-ref %}

### 7. Select & configure the App to integrate

![Apps to integrate](/files/-LpmGe0m99HkQQUJda0J)

Choose the app to parse the data and configure it.&#x20;

### 8. Turn on the Zap & Enjoy.

Once, your Zapier is configured. Turn on your Zap. You will start getting your lead data to Zapier and other app you integrated.&#x20;


---

# 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.intelliticks.com/integrations/zapier-integration.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.
