---
title: "Approve Follow Up Action"
method: POST
path: "/api/v1/follow-up-actions/{follow_up_action_id}/approve"
tags: ["follow-up-actions"]
---

# Approve Follow Up Action

`POST /api/v1/follow-up-actions/{follow_up_action_id}/approve`

Send exactly the approved text to the guest, once.

## Path parameters

- `follow_up_action_id` string, uuid, required

## Request body

- FollowUpApproveRequest
  - `body` string, required
  - `subject` string, nullable
  - `acknowledge_recent_send` boolean
  - `acknowledge_hotel_replied` boolean
  - `acknowledge_guest_replied` boolean
  - `also_approve` string[]

## Response `200`

Successful Response

- FollowUpActionRead
  - `id` string, uuid, required
  - `action_item_id` string, uuid, nullable, required
  - `conversation_id` string, uuid, required
  - `kind` 'email_reply' | 'email' | 'call_back' | 'integration_tool', required
  - `recipient` string, nullable, required
  - `body` string, nullable, required
  - `subject` string, nullable, required
  - `target_email_thread_id` string, uuid, nullable, required
  - `sent_body` string, nullable, required
  - `call_outcome` string, nullable, required
  - `status` 'proposed' | 'superseded' | 'cancelled' | 'sending' | 'sent' | 'failed', required
  - `proposed_by_user_id` string, uuid, nullable, required
  - `approved_by_user_id` string, uuid, nullable, required
  - `approved_at` string, date-time, nullable, required
  - `executed_at` string, date-time, nullable, required
  - `delivery_settled_by_user_id` string, uuid, nullable, required
  - `external_message_id` string, nullable, required
  - `error` string, nullable, required
  - `agent_integration_tool_id` string, uuid, nullable, required
  - `tool_name` string, nullable, required
  - `tool_display_name` string, nullable, required
  - `provider` string, nullable, required
  - `tool_params` object, nullable, required
  - `result` object, nullable, required
  - `sequence` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `delivery_unknown` boolean, required — Approved long enough ago that a send still in progress is not credible.

## Other responses

- `422` — Validation Error

## Changes

> 28 revisions in range; 1 not diffed.

- **2026-09-23** `ae7627cd46da` — 1 breaking
  - response property `action_item_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-09-15** `41c5e4645524` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/follow-up-actions/:follow_up_action_id/approve/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/6b978a517225?raw)
