---
title: "Weekly Trial Digest Tick"
method: POST
path: "/api/internal/app-auto-gtm/weekly-trial-digest/tick"
tags: ["AppAutoGtm"]
---

# Weekly Trial Digest Tick

`POST /api/internal/app-auto-gtm/weekly-trial-digest/tick`

One pass over last week's trial cohort. See
``api/app_auto_gtm/weekly_trial_digest.run_weekly_trial_digest``.

## Query parameters

- `force` boolean

## Response `200`

Successful Response

- WeeklyTrialDigestTickResponse — Counters from one weekly trial-digest cron pass. ``problematic`` is the headline (paid last week but 0 cold emails sent); ``posted`` is whether the Slack digest went out this tick; ``skipped`` is a short reason when the handler took no action (lock held, not Tuesday, or already sent this week).
  - `cohort` integer
  - `with_project` integer
  - `with_launch` integer
  - `with_send` integer
  - `problematic` integer
  - `posted` boolean
  - `skipped` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/b33fc5cb0069/schema)
