> For the complete documentation index, see [llms.txt](https://docs.intelliticks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelliticks.com/integrations/zapier-integration/data-available-in-zapier.md).

# Data Available in Zapier

Following data is available for the events IntelliTicks push to Zapier

| **Field Name**    | **Description**                                                                                                                                                                                                                               |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| name              | Name of the visitor                                                                                                                                                                                                                           |
| email             | Email address provided                                                                                                                                                                                                                        |
| phone             | Phone number                                                                                                                                                                                                                                  |
| ip                | IP address captured on the first visit                                                                                                                                                                                                        |
| city              | city based on IP address                                                                                                                                                                                                                      |
| region            | region/state based on the IP address                                                                                                                                                                                                          |
| country           | Country identified based on the IP address                                                                                                                                                                                                    |
| country\_code     | Country Code (refer [ALPHA-2 codes](https://www.iban.com/country-codes))                                                                                                                                                                      |
| stage             | <p>Lead stage of the visitor as defined in IntelliTicks, either of</p><ul><li>Visitor</li><li>Engaged</li><li>Lead</li><li>Nurtured Lead</li><li>Qualified Lead</li><li>Customer</li><li>Competition</li><li>Careers</li><li>Other</li></ul>  |
| visitor\_number   | Visitor number automatically assigned by IntelliTicks                                                                                                                                                                                         |
| visit\_count      | Number of times the visitor has visited your website                                                                                                                                                                                          |
| time\_spent       | Total time in seconds, the visitor has spent on your website                                                                                                                                                                                  |
| conv\_start\_page | The webpage URL on which the chat started                                                                                                                                                                                                     |
| curr\_page        | The webpage URL on which the visitor is present when the event triggered.                                                                                                                                                                     |
| landing\_page     | The webpage URL on which the visitor first landed                                                                                                                                                                                             |
| Profile           | <p>Some fields are by default available in the profile fields</p><ul><li><p> All UTM parameters </p><ul><li>utm\_campaign</li><li>utm\_medium</li><li>utm\_source</li><li>utm\_term</li><li>utm\_content</li></ul></li><li>Referrer</li></ul> |

### Getting custom attributes in Zapier

While creating playbooks, you can save user's response to custom profile attributes. You might want to get these custom attributes in the Zapier. To get these attributes, follow the following steps

1. Login to the admin dashboard at [https://apps.intelliticks.com](https://apps.intelliticks.com/)
2. Go to settings from the left menu
3. Navigate to the Profile Tab.
4. Click on export button to download the excel sheet. It might be have no attributes if you have not uploaded earlier.
5. In the first column enter all the attributes you would like have in the Zapier. Leave the header row column as it is.
6. Save the above excel sheet and upload it using Import button.

Once again you can try to find sample data. It will contain all of the above fields as well.

{% hint style="info" %}
The custom attributes might not be present in New lead trigger if attribute is captured after asking their email or phone. In such cases it will be present in Update Lead trigger.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intelliticks.com/integrations/zapier-integration/data-available-in-zapier.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
