> ## Documentation Index
> Fetch the complete documentation index at: https://docs.workmore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Weekly signup digest

> Every Monday, email the team a summary of last week's new signups.

**The work:** *"Every Monday morning I pull last week's new signups and email the
team a short summary."* Here's that exact task as a Workmore process.

## The steps

1. **Start it on Mondays.** Add a scheduled [trigger](/concepts/triggers) set to
   run weekly, Monday morning. That's the "every Monday" part.
2. **Get last week's signups.** Add a step that fetches the new signups from the
   last seven days.
3. **Turn them into a readable summary.** Add a **Format Text** step that writes a
   short readout — how many signups, and a few highlights. You're using the whole
   list here, so there's no need to handle each one separately.
4. **Email the team.** Add a step that sends that summary to your team's address.

```
Monday trigger → Get signups → Format summary → Email team
```

## Try it, then turn it on

Run it once yourself to see the summary it produces. Tweak the wording in the
Format step if you want. When it looks right, [publish](/concepts/sections) it —
from then on, the team gets their Monday digest without you.

## Make it yours

* Swap "signups" for any weekly number you compile by hand (tickets closed, deals
  won, errors logged).
* Send it somewhere else — a chat channel instead of email — by changing the last
  step.
