Requex.me LogoRequex.me

A scheduled workflow that runs every morning at 9:00, reads the event counter from workflow state, and emails one summary. Pair it with any counting workflow to convert noise into a digest.

Daily digest instead of a hundred pings

scheduled4 steps·Free — clone into your account in one click

How this workflow works

  1. 1. Every morning, 9:00

    trigger

    Starts the workflow — from an inbound HTTP request or on a schedule.

  2. 2. Read event counter

    state-store

    Persists a value across runs — get, set, or increment a counter.

  3. 3. Compose digest

    transform

    Reshapes the payload. ⚠ Replaces it — downstream nodes see only the new shape.

  4. 4. Send digest

    email

    Sends an email through your own SMTP account (single or bulk).

Run it without writing any code

Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud — no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.

Open this template in the builder