Get webhook events via SSE
@pravin
code:
data:privatelast updated:5 years ago
@pravin/
Get webhook events via SSE

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.

Quickstart

  1. Fork this workflow
  2. Load your SSE URL in a browser (see below)
  3. Send events -- they should load in your SSE feed in realtime

Generating your SSE URL

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.,

workflowid

Check out the SSE docs to learn more at https://docs.pipedream.com/notebook/destinations/sse/#what-is-sse