|
|
|
@ -1,7 +1,7 @@
|
|
|
|
# Signpost / Xmpp
|
|
|
|
# Signpost / Xmpp
|
|
|
|
|
|
|
|
|
|
|
|
Using Signpost to send you messages for Debugging, as Warning, status of Deploy or Critical Errors from
|
|
|
|
Using Signpost to send messages for Debugging, as Warning, status of Deploy or Critical Errors from
|
|
|
|
Services or Server.
|
|
|
|
Services or Server to an Xmpp-Server.
|
|
|
|
|
|
|
|
|
|
|
|
## Messages
|
|
|
|
## Messages
|
|
|
|
|
|
|
|
|
|
|
|
@ -21,3 +21,6 @@ curl -X POST https://<domain>/api/flow/v1/<uuid>
|
|
|
|
-H 'Authorization: Bearer <token>'
|
|
|
|
-H 'Authorization: Bearer <token>'
|
|
|
|
-d '{"message":"<text>"}'
|
|
|
|
-d '{"message":"<text>"}'
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### PHP
|
|
|
|
|
|
|
|
### Nodejs
|
|
|
|
|