# Trigga > Trigga is an unofficial third-party iOS companion app for n8n. It connects to a user's n8n instance (n8n Cloud or self-hosted) with an n8n API key, and lets users monitor workflows, view executions, trigger automations, and receive failure alerts from their phone. It is a command center, not a workflow editor. Trigga is a consumer mobile app published by indie developer Mohamed Talaat. It is not affiliated with or endorsed by n8n. The app supports both n8n Cloud (`.app.n8n.cloud`) and self-hosted n8n instances, and is built around real-time workflow monitoring and on-the-go execution. n8n API keys are stored in the iOS Keychain via Secure Store and are sent only to the user's own n8n instance over HTTPS — never to any third-party server. The app supports an optional Firebase Auth account for cross-device settings sync (instance metadata only — API keys are always device-local). Workflow editing is intentionally not supported on mobile. ## Core features - [Instance connection](https://trigga.app): Connect to n8n Cloud (subdomain) or self-hosted (full URL). Validates the API key against `GET /workflows?limit=1` and surfaces clear errors for 401, network failures, or wrong host. - [Dashboard](https://trigga.app): Total workflows, active workflows, executions today, failure rate, a 7-day execution chart (success/failed/running), and a list of the most recent failures with workflow name and error preview. - [Workflow list and detail](https://trigga.app): Searchable, filterable workflow list with active/inactive toggles. Detail view shows metadata, node count, node type summary parsed from workflow JSON, and a "Trigger Now" button for webhook-triggered workflows. - [Execution history](https://trigga.app): Chronological execution list per workflow with status badges (Success, Failed, Running, Waiting), duration, mode (manual/trigger/scheduled), and start/end times. Free tier shows the last 25; Pro unlocks full history with infinite scroll. - [Execution detail](https://trigga.app): Execution metadata, error message, and stack trace for failed runs. Pro unlocks full node-by-node output viewing. Includes a retry button calling `POST /executions/{id}/retry`. - [Manual workflow triggers](https://trigga.app): Fire any webhook-enabled workflow from the app, optionally passing a JSON payload, then poll for execution status until complete. - [Push notifications](https://trigga.app): Free tier polls executions every 60 seconds in the foreground (~15 minutes in the background). Pro tier uses an FCM webhook relay (a stateless Firebase Cloud Function) for near real-time alerts on workflow failures, completions, and custom per-workflow rules — driven by a user-imported n8n Error Workflow template. - [Multi-instance management](https://trigga.app): Free tier supports one instance; Pro tier supports unlimited. Switching instances scopes all data and clears the HTTP client cache. - [App security](https://trigga.app): Biometric lock (Face ID / Touch ID), 4–6 digit PIN fallback (bcrypt hashed in Secure Store), configurable auto-lock on background, and a cooldown timer after 5 failed PIN attempts. - [Optional Firebase account](https://trigga.app): Sign in with email, Google, or Apple to sync settings and instance metadata (names, URLs, types) across devices via Firestore. API keys, PIN hashes, and execution data are never synced. ## Pricing - Free: 1 instance, last 25 executions, polling-based notifications, error info on executions. - Pro Monthly: $9.99/month. Unlimited instances, full execution history, real-time push notifications, full node-by-node output, home screen widgets, export logs. - Pro Lifetime: $79.99 one-time. Same as Pro Monthly. ## Platforms - [Trigga on the App Store (iOS)](https://apps.apple.com/us/app/trigga-n8n-automations-panel/id6758922573): Official iOS download. Bundle ID `com.trigga.app`. Android is not currently supported. ## Optional - [Privacy Policy](https://trigga.app/privacy) - [Terms of Service](https://trigga.app/terms) - [Support](https://trigga.app/support)