SDKs

Official Trigv SDKs
and developer tools

Send push notifications from app code, scripts, CLIs, and CI pipelines with the same Trigv event API.

Live packages Every SDK and tool listed here is available today.
Same event shape Use channel, title, level, event type, and idempotency everywhere.
Typed errors Handle validation, auth, rate limit, and network failures cleanly.

Available SDKs

Live

Node.js SDK

Official TypeScript SDK for Node, Deno-style runtimes, serverless functions, scripts, and CI jobs.

npm install @trigv/sdk
Live

Python SDK

Official Python client for scripts, cron jobs, backend services, CI pipelines, and automation workers.

pip install trigv
Live

PHP SDK

Official PHP client for Laravel apps, WordPress plugins, backend jobs, payment handlers, and scripts.

composer require trigv/trigv
Live

Go SDK

Official Go SDK for APIs, workers, CLIs, Cloud Run, Lambda, and other backend services.

go get github.com/trigv/[email protected]
Live

Ruby SDK

Official Ruby client for Rails apps, scripts, background jobs, deploy hooks, and CI pipelines.

gem 'trigv', '~> 0.1'
Live

Trigv CLI

Official command-line tool for shell scripts, cron jobs, CI pipelines, deploy hooks, and terminals.

npm install -g @trigv/cli

Need the raw API?

All SDKs call the same event endpoint. Use the HTTP API directly when you want zero dependencies or a custom runtime.