Skip to content
@Trigv

Trigv

Realtime events. Instant alerts. Push notifications for developers — api.trigv.com
Trigv

Realtime events. Instant alerts.

Send real-time push notifications from your backend, scripts, cron jobs, CI/CD workflows, webhooks, and AI agents to iPhone and Android.

Your notification history lives on your device. We never see it.


Website Docs Dashboard GitHub Action


What is Trigv?

Trigv is a developer notification platform for sending real-time push alerts from backend applications, scripts, cron jobs, CI/CD pipelines, webhooks, and AI agents to iPhone and Android. Send a JSON payload (or a curl one-liner) from your stack; subscribers on a channel get an instant mobile push. Event content stays on-device; the server stores metadata only.

Sweet spot Backend alerts and monitoring from scripts, cron, CI/CD, and webhooks. Metadata on the server, content on your phone
Setup goal Register → API key → curl → notification in under 5 minutes
Privacy Title, body, and feed history are on your phone, not on our servers

Quick start

curl -sS -X POST "https://api.trigv.com/api/v1/events" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer trgv_YOUR_KEY" \
  -d '{
    "channel": "general",
    "title": "Deploy finished",
    "description": "Build #42 succeeded in 38s",
    "level": "success",
    "url": "https://example.com/deployments/42"
  }'

Start your 7-day trial · API reference · Integration guides

GitHub Actions

Add TRIGV_API_KEY as a repository secret, then notify on failure:

- name: Notify Trigv on failure
  if: failure()
  uses: Trigv/trigv-github-action@v1.1.0
  with:
    api-key: ${{ secrets.TRIGV_API_KEY }}
    title: Workflow failed
    level: error
    event-type: ci.failed

GitHub Marketplace · Actions guide · trigv-github-action


Webhooks

Connect external services without changing your application code. Create an inbound webhook in the Trigv dashboard, copy the generated URL, paste it into your provider, and choose which events to send. Trigv verifies signatures where supported and delivers them as mobile push notifications.

Supported providers include GitHub, Stripe, Vercel, Railway, Creem, Supabase, Sentry, Laravel Cloud, Freemius, and Generic JSON (plus others in the dashboard).

  1. Create a webhook in Trigv and pick a provider
  2. Copy the webhook URL
  3. Paste it into the provider's webhook settings
  4. Select the events you care about in the provider
  5. Receive push notifications on iPhone and Android

SDKs & developer tools

Official clients for POST /v1/events. All packages are published on public registries (SDKs 1.0.0, CLI and MCP 0.1.0). Each repo includes README, examples, and tests.

Language / tool Repository Install
Node.js / TypeScript trigv-node npm install @trigv/sdk
Python trigv-python pip install trigv
PHP trigv-php composer require trigv/trigv
Go trigv-go go get github.com/trigv/trigv-go@v1.0.0
Ruby trigv-ruby gem install trigv
CLI trigv-cli npm install -g @trigv/cli
MCP (AI agents) trigv-mcp npm install -g @trigv/mcp
GitHub Actions trigv-github-action uses: Trigv/trigv-github-action@v1.1.0

Integration guides · OpenAPI spec


Examples

Example Link
curl Docs
Webhooks Dashboard
GitHub Actions Marketplace · Repo
SDKs (above) See SDKs & developer tools

Use cases

  • Deploy & CI: deploy.completed, build.failed
  • Payments: sale.completed, subscription.cancelled
  • Cron & scripts: backup finished, job stalled
  • Webhooks & monitoring: Stripe charges, Sentry issues, uptime alerts
  • AI agents: workflow step done, human approval needed
  • Security: login from new IP, rate limit hit

Status & support

Status status.trigv.com
Support trigv.com/support · support@trigv.com
Legal Privacy · Terms

Built by Webtions OU · Trigv is trigger + v (velocity, vector, version)

Pinned Loading

  1. trigv-github-action trigv-github-action Public

    JavaScript 3

  2. trigv-go trigv-go Public

    Official Go SDK for sending events to trigv.

    Go 1

  3. trigv-php trigv-php Public

    Official PHP SDK for sending events to trigv.

    PHP 1

  4. trigv-ruby trigv-ruby Public

    Official Ruby SDK for sending events to trigv.

    Ruby 1

  5. trigv-mcp trigv-mcp Public

    MCP server for sending events to trigv from AI assistants and developer tools.

    TypeScript 1

  6. trigv-cli trigv-cli Public

    Command-line interface for sending events to trigv and checking API connections.

    TypeScript 1

Repositories

Showing 10 of 10 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…