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
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.