// walkthrough

First push in minutes.

Sign up, API key, channel, POST — if you can copy-paste curl, you're dangerously close to done.

1 · Install & subscribe

Download Trigv for iOS or Android. Sign in, join your workspace, and enable notifications on a channel (e.g. general).

2 · Create an API key

In app.trigv.com, generate a workspace API key. Format: trgv_XXXXXXXX_…

3 · POST your event

Send JSON to /api/v1/events. We validate, deliver the push, and return a status record. Your phone shows the alert; we don't keep the message on our servers. History saves on your device.

curl -X POST https://api.trigv.com/api/v1/events \ -H "Content-Type: application/json" \ -d '{ "api_key": "trgv_your_key_here", "channel": "general", "title": "Hello from Trigv", "description": "It works." }'

What the server keeps

  • Event status, level, timestamps
  • Channel + workspace IDs
  • Monthly usage counter (for billing)

What stays on your phone

  • Notification title & body
  • Searchable local history
  • Encrypted app sandbox storage

Join the waitlist