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.

444 B

Signpost / Xmpp

Using Signpost to send you messages for Debugging, as Warning, status of Deploy or Critical Errors from Services or 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>"}'