Get notified through email, sms, chat and app notifications with a POST request!
* No credit card required
curl -X POST https://api.lightflare.com/channels/<CHANNEL_ID> -H "Content-Type: application/json"
-d '{"event_type": "app_restart", "event_meta": "user_service" }'
We allow metadata to be sent in the request body. This is used to slice and dice logs and customize the notifications to be sent. More on this in our documentation!
and more being worked on ...
... more in the works