# Integrating with Zapier

Airim integrates with Zapier to send all your leads to via webhooks/api. Zapier is a third party software that specialises in connecting software together. You can connect up to, and automatically send your collected data to Google Sheets, Gmail, Amazon S3, Dropbox, MySQL, and Quickbooks to name a few.

1\. Login to your Zapier Account and click on Dashboard. Then click on "Make a new zap". It will bring you to a page where you can search for your trigger action. This is where you will search and select "Webhooks by Zapier"

2\. Select "Catch hook" option and continue

3\. You will see a "Pick off a Child Key" step, you can skip this step and click continue

4\. You will now see a webhook url and "Copy to clipboard button". Copy the url and paste it in Airim.

1. Go to the Airim dashboard
2. Click on the [settings](http://help.airim.co/d/airim.co/settings) icon ( left navigation )&#x20;
3. Click on the Integrations&#x20;
4. Click Webhooks tab
5. Paste the Zapier webhook url
6. Click Save

Now set up the next step based on which app you want to connect

The api sends the following keys \* (all fields in the contact form)

* name
* phone
* url
* message

You can read up on Zapier webhooks [here](https://zapier.com/help/webhooks/)

If you want further help in api integrations you can contact us at <support@airim.co> with subject "API integrations - Zapier


---

# 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.airim.co/integrations/integrating-with-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.
