Duaer

Build

Start on Server-Sent Events with SSE Trigger

In Duaer, SSE Trigger starts the digital organization when Server-Sent Events arrive. URL is required. Event data must be JSON.

Listen to an SSE URL

  1. Search for SSE Trigger and place it at the start of the canvas.
  2. Set URL to the SSE source, for example https://example.com/events.
  3. Select Execute step, then push a test event from the source.
  4. Publish so the trigger keeps listening.

Each message data field is parsed as JSON into an output item.

For one-shot HTTP callbacks, use Receive a request with Webhook in Duaer. To call APIs, see Call an API with HTTP Request in Duaer.

Questions

How is SSE Trigger different from Webhook in Duaer?

SSE Trigger connects out to a remote event stream. Webhook receives inbound HTTP requests to Duaer.

In this section