MCP

followup/get_by_id

Tool: read

Retrieve a single followup by ID.

Returns the full followup object including content, scheduling, thread settings, and per-followup counters. Use sequence/get_followups_by_id to list all followups for a sequence.

Arguments

name type req notes
id integer Followup ID — the object's followupId (int64)

Response

200 — Followup object: see schemas/followup. Deltas: bounceCount/replyInThread may be absent from this single-item response.

Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors. A missing (or cascade-deleted) id returns 404 with a message that misleadingly names "Campaign" — read it as "this followup doesn't exist", not as a campaign problem (upstream wording bug).

Invoke

Call read with name: "followup/get_by_id".