# Pushover

The Pushover piece in ZBrain Flow provides integration with Pushover's notification service, allowing you to send real-time alerts and messages directly to mobile devices. This connector enables you to automatically notify users, teams, or yourself about important events, status changes, or workflow completions. With Pushover integration, you can build automation that keeps stakeholders informed through instant push notifications delivered to iOS, Android, and desktop devices. This piece is ideal for monitoring critical processes, alerting on workflow outcomes, and ensuring timely communication without requiring email or SMS.

### **How to Use Pushover in ZBrain Flow?** <a href="#how-to-use-pushover-in-zbrain-flow" id="how-to-use-pushover-in-zbrain-flow"></a>

**Step 1: Select Pushover as Your Connection**

* Click on the '+' button in the Flow and search for Pushover.
* Select Pushover.
* The primary action available is:
  * **Send Notification** – Deliver push notifications to devices.

**Step 2: Configure Your Pushover Connection**

* If this is your first time connecting to Pushover, you'll need to set up a connection:
  * Click on 'Select a connection' and then 'Create connection'
  * Enter a descriptive 'Connection Name'
  * Provide your 'API Token' from your Pushover application
  * Enter your 'User Key' from your Pushover account
  * Click 'Save' to create the connection

**Step 3: Configure Your Notification**

* In the 'Title' field, enter a concise heading for your notification (optional).
* In the 'Message' field, enter the main content of your notification.
* Toggle 'Enable HTML' if you want to use HTML formatting in your message.
* Set the 'Priority' level (-2 to 2) to control notification urgency.

**Step 4: Configure Advanced Options (Optional)**

* For emergency priority, specify:
  * 'Retry' interval in seconds (how often to repeat the notification)
  * 'Expire' time in seconds (how long to keep trying)
* To include a web link:
  * Add the 'URL' you want to reference
  * Provide a 'URL Title' for better display
* Set a custom 'Timestamp' if needed (Unix timestamp format)
* Specify a 'Device' name to target a specific device instead of all devices

<br>


---

# 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.zbrain.ai/zbrain-documentation/zbrain-builder/flows/flow-components/pushover.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.
