SSE trigger#
Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via HTTP connection. The SSE trigger node is used to receive server-sent events and is a trigger node.
Node Reference#
URL: This field specifies the URL from which to receive the server-sent events.
Example Usage#
This Pathway allows you to receive server-sent events using the SSE trigger node. This example usage Pathway would use the following node. - SSE trigger
1. SSE trigger node#
- Enter the URL in the URL field.
- Click on Execute Node to run the node.