Skip to main content
Open a WebSocket with your API key in the Authorization or X-API-Key header. hooksnode sends one message for each new event that a webhook or WhatsApp source receives:
The message has no body. To get the headers and body, call Get the raw request with event.id.

Notes

  • Mail and polled events are not streamed.
  • The stream is live only. Events that arrive while you are not connected are not sent later. Use List events to catch up.
  • status is buffered for a buffered event.

Example

Node.js
The CLI does this for you.