Get a unique URL where you can send webhook requests and receive via a server-sent events (SSE) so you can handle new events as they come in in your client.
Server-sent Events (SSE) is a specification that allows servers to send events directly to clients that subscribe to those events, similar to WebSockets and related server to client push technologies.
The URL format is:
http://sdk.m.pipedream.net/pipelines/[YOUR WORKFLOW ID]/sse
Your workflow ID is found in the URL in the address bar above. E.g.,
Check out the SSE docs to learn more at https://docs.pipedream.com/notebook/destinations/sse/#what-is-sse