From e3e8945d5e2fdc832b532e570176f4af7cce137e Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:26:33 +0000 Subject: [PATCH] Add changelog entry for caller ID name REST API --- fern/products/platform/changelog/2026-09-04.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fern/products/platform/changelog/2026-09-04.mdx diff --git a/fern/products/platform/changelog/2026-09-04.mdx b/fern/products/platform/changelog/2026-09-04.mdx new file mode 100644 index 0000000000..f245de3b3a --- /dev/null +++ b/fern/products/platform/changelog/2026-09-04.mdx @@ -0,0 +1,12 @@ +--- +tags: ["apis", "voice"] +--- + +## Caller ID name management added to the REST API + +Set, check, and remove the caller ID name (CNAM) shown to call recipients for your project's phone numbers, without opening the Dashboard. +[Request a caller ID name](/docs/apis/rest/caller-id-name/request-caller-id-name) queues the name for compliance review, +[Get the caller ID name](/docs/apis/rest/caller-id-name/retrieve-caller-id-name) returns the CNAM status, +and [Clear the caller ID name](/docs/apis/rest/caller-id-name/clear-caller-id-name) removes an applied name. + +See [Caller ID & CNAM](/docs/platform/voice/how-to-set-caller-id-or-cnam) for how the name reaches call recipients.