Explore our guides to get the most out of our Notification service.
Signalgrid-bash-api
curl -s \
--form-string "client_key=[client-key]" \
--form-string "channel=[channel-token]" \
--form-string "type=INFO" \
--form-string "title=This is the title" \
--form-string "body=This is the body." \
https://api.signalgrid.co/v1/push
This documentation is here to help you get set up quickly and find the right Signalgrid feature without having to guess your way through it.
- Getting started guides for the basics
- API references for push notifications and activities
- Integrations for monitoring, automation, and developer workflows
If you have questions or cannot find what you need, just contact us. We do enjoy good documentation, but we also answer messages.
Integrations
Zabbix
Stay ahead of Zabbix incidents with real-time Signalgrid push notifications
Nagios Mobile Alerts for iPhone & Android
Give your inbox a break. Send critical Nagios alerts straight to your phone with instant push notifications for iPhone and Android.
OpenClaw Push Skill
Stay informed about OpenClaw activity with Signalgrid push notifications
API Documentation
Advanced Features
How to's
How to send push notifications with JavaScript
Learn how to send Signalgrid push notifications with plain JavaScript and the Fetch API.
How to send push notifications with Next.js
Learn how to send Signalgrid push notifications from Next.js route handlers and server-side code.
How to send push notifications with Laravel
Learn how to send Signalgrid push notifications from Laravel using HTTP form requests.