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

# Zapier Integration

[Zapier](https://zapier.com/apps/push-notification/integrations) lets you connect Push to 2,000+ other web services. Automated connections called Zaps, set up in minutes with no coding, can automate your day-to-day tasks and build workflows between apps that otherwise wouldn't be possible.

Each Zap has one app as the **Trigger**, where your information comes from and which causes one or more **Actions** in other apps, where your data gets sent automatically.&#x20;

### **Getting Started with Zapier**

Sign up for a free [Zapier](https://zapier.com/apps/push-notification/integrations) account, from there you can jump right in. To help you hit the ground running, here are some popular pre-made Zap&#x73;**.**

### Connect Push with Zapier

Once you've logged in to your Zapier account, go to **"My Apps"** by clicking on left navigation bar.

![](/files/-MSWwkB25fv4cfVvGTbG)

Next, click on "Add connection" to add a new app connection, you should see a dialog that lets you choose an app. Search for "push notification" and you should see the "Push Notification" app, click on it to continue.

![](/files/-MSWxADgUCZZ-6cQFGu5)

You'll see a popup that asks you to input your API Key, copy and paste the API key and click "Yes, Continue". You can get the API key from the mobile app Account tab or from Integration tab in [web console](https://push.techulus.com/console).&#x20;

{% hint style="info" %}
Depending on the use case, you have the option to utilize either your account level API key or a specific team API key.
{% endhint %}

![](/files/-MSWxUWkVIVt6u72jI8L)

Your API key will be validated and the conncetion is complete.

Once that's done you can start creating an automation! Use a pre-made Zap or create your own with the Zap Editor. **Creating a Zap requires no coding knowledge and you'll be walked step-by-step through the setup.**&#x20;

### Create Zaps using Push

While creating a Zap you can select "Push Notification" app to send notifications to your devices.

![](/files/-MSWyPjIKMo4n2W_ZbMs)


---

# 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.push.techulus.com/no-code-integration/zapier-integration.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.
