> For the complete documentation index, see [llms.txt](https://docs.sigrex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sigrex.io/more/notiflow-app.md).

# Notiflow App

Notiflow is a mobile companion app for Sigrex that lets you turn any app’s notifications into automated trading signals.

{% embed url="<https://github.com/Towerflow/notiflow>" %}

You can define custom keywords, and whenever a notification matches, Notiflow sends a custom payload to your webhook — enabling fast automation for trading, alerts, or workflow triggers.

📱 Available on **Android**. (iOS version coming soon.)

<div><figure><img src="https://github.com/0x7s0lt1/notiflow/raw/main/screenshots/Screenshot_1757706784.png" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="https://github.com/0x7s0lt1/notiflow/raw/main/screenshots/Screenshot_1757706795.png" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="https://github.com/0x7s0lt1/notiflow/raw/main/screenshots/Screenshot_1757706854.png" alt="" width="188"><figcaption></figcaption></figure></div>

***

### Features

* 📡 **Listens to notifications** from any app (messaging, news, trading, etc.)
* 🎯 **Keyword triggers** — define your own words or phrases
* 🔗 **Webhook integration** — send custom payloads when triggers match
* ⚙️ **Runs in the background** so you don’t miss events

***

### Requirements

* Android 7.0 or higher
* Notification access permission enabled

***

### Download

➡️ [Download Notiflow APK](https://github.com/0x7s0lt1/notiflow/raw/refs/heads/main/build/notiflow-v1.0.0.apk)


---

# 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.sigrex.io/more/notiflow-app.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.
