Web Socket Test Page



Web Socket Endpoint

var endpoint = ""

Example Web Socket Connection in JavaScript

var params = "[email protected],[email protected]";
var ws = new WebSocket(endpoint + params);
ws.onmessage = function (event) {
  console.log(event.data);
};

Connection Test

Enter details below then hit the Open Web Socket button to receive emails on this web page.

Web socket frames that you receive will be printed below.

API Documentation →


An API key from the the API keys page.
Only private email addresses you own, or email addresses under your custom domain, are accepted. You must have the web socket setting flipped on the address or the custom domain. When using a domain, the DNS settings must be verified.


Output CLOSED