You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
716 B
716 B
Signpost / Xmpp
Using Signpost to send messages for Debugging, as Warning, status of Deploy or Critical Errors from Services or Server to an Xmpp-Server.
Messages
´´´ 🚨 / ✅ / ℹ️ / ´´´
Sending
Curl
curl -X POST https://<domain>/api/flow/v1/<uuid>
-H 'Content-Type: application/json'
-H 'Authorization: Bearer <token>'
-d '{"message":"<text>"}'
curl -X POST https://<domain>/api/flow/v1/<uuid>/token
-H 'Content-Type: application/json'
-d '{"message":"<text>"}'
PHP
Nodejs
Messenger
https://gajim.org/
https://pidgin.im/
https://profanity-im.github.io/
https://dino.im/