diff --git a/fern/products/platform/changelog/2026-08-31.mdx b/fern/products/platform/changelog/2026-08-31.mdx new file mode 100644 index 0000000000..8a80c9c54e --- /dev/null +++ b/fern/products/platform/changelog/2026-08-31.mdx @@ -0,0 +1,14 @@ +--- +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 its `status` while you wait for a decision, +and [Clear the caller ID name](/docs/apis/rest/caller-id-name/clear-caller-id-name) removes an applied name. + +Caller ID name is available only for numbers whose carrier offers it; requests for other numbers return `422`. +See [Caller ID & CNAM](/docs/platform/voice/how-to-set-caller-id-or-cnam) for how the name reaches call recipients.