Alert Relay
Live Alert Feed
Incoming messages are displayed below in real-time.
Connected

No Alerts Received

Waiting for incoming messages...

Generate an API Key

Click the button to generate a new API key for sending alerts.

How to send an alert:

Use a tool like Postman or cURL to POST an XML message to the API endpoint with your API key.

curl -X POST \ -H "Content-Type: text/xml" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '<wctp-Operation><wctp-SubmitClientMessage><wctp-SubmitClientHeader/><wctp-Payload><wctp-Alphanumeric><wctp-MessageText>Your message here!</wctp-MessageText></wctp-Alphanumeric></wctp-Payload></wctp-SubmitClientMessage></wctp-Operation>' \ YOUR_APP_URL/api/alerts