---
title: "List the selectable follow-up email reasons"
method: GET
path: "/api/sent-emails/followup-reasons"
tags: ["sent-emails"]
---

# List the selectable follow-up email reasons

`GET /api/sent-emails/followup-reasons`

Reasons an operator can pick when a patient does not rebook or drops out, in the order they are shown. Single source for the CRM: a reason missing here cannot be selected, and every reason listed here has a matching email.

## Response `200`

Successful Response

- FollowupReasonOption[]
  - `value` 'motivi_economici' | 'scarsa_motivazione' | 'paura_percorso_psicologico' | 'paura_percorso_nutrizionale' | 'altro', required — Reason an operator selects for a follow-up email, as stored in sent_emails.reason_value. Same motivation taxonomy as MicroGameCategory, kept apart because the two are stored in different columns and can drift independently.
  - `label` string, required — Label shown to the operator.

---

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