v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Sender Profiles

Rename a reply-to profile

Renames one reply-to profile in place. Only the display name changes - the address and the account-wide default Reply-To selection are left untouched. Requires companies:manage.

patch/reply-profiles/{id}

Path parameters

idstring required

Reply-to profile ID, from GET /v1/sender-profiles.

Request body

namestring required

New display name. Trimmed before saving.

Example request

{
  "name": "SnapCount"
}

Response

Reply-to profile renamed

successboolean
renamedboolean

False when the profile already carried that name, so nothing changed.

Example response

{
  "success": true
}