Sender Profiles
Rename Sender Profile
Rename a sender (From) profile without changing account defaults
PATCH
Rename Sender Profile
Rename one sender (From) profile in place. Only the display name changes: the address, its sending domain, and the account-wide default From selection are left exactly as they were.
Use this to standardize a display name across the several identities one mailbox may carry - for example, consolidating
Get profile IDs from List Sender Profiles. Requires the
Viraj from SnapCount down to SnapCount. Campaigns and sequences pinned to this profile pick up the new name on their next send.
To change which profile is the account default, use Update
Company with
senderProfileId instead. That
endpoint renames and promotes in one step; this one never touches the default.companies:manage scope.
Request
string
required
Sender profile ID.
string
required
New display name. Trimmed before saving; must be non-empty and 255 characters
or fewer.
Response fields
boolean
false when the profile already carried that name, so nothing changed. Lets a
retried call report accurately instead of claiming a change that never
happened.boolean
Whether this profile is the account default. This endpoint never changes it.
Responses
Rename Sender Profile