Use an Automation only after the same request works reliably by hand. This example creates a weekly operations summary and sends each result to a new Chat.

What you will create

An active Automation with one Agent, a Monday schedule, project context, a duplicate-run policy, and one successful manual test.

Before you start

You need a working Agent and a repeatable request. Decide:
  • what should start the work
  • what information the Agent needs
  • what the result should contain
  • who handles failures
  • whether the result belongs in Chat or an Issue
Use Chat for a report one person can read and continue conversationally. Use an Issue when each result needs an owner, status, dependencies, or review.

Create the weekly summary

  1. Open Automations and create a custom Automation.
  2. Name it Weekly operations summary.
  3. Choose the reporting Agent and the relevant project.
  4. Write the request, including the reporting period, source information, expected sections, and what to say when data is missing.
  5. Set the schedule to Monday at 09:00. The current form uses your browser’s local timezone.
  6. Choose Send to chat. Each real run will create its own conversation.
  7. Choose what to do when the previous Run is still active. Skip or combine overlapping work when duplicate reports would be harmful.
  8. Save the Automation.
  9. Run it manually once, open the linked Chat, and read the real result.

Check the result

The Automation page should show the saved schedule and next run. Run history should link to one Chat containing either the useful summary or a clear error.

If no result appears

Open Automation Run history first:
  • A skipped or combined run should explain that no new Chat was needed.
  • A failed run should link to any partial Chat and the Agent Run.
  • A timezone mistake should be corrected in the schedule.
  • A bad result usually needs clearer instructions, project context, or a different Agent.
Pause the Automation while fixing it, then run one more manual test before turning the schedule back on.