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
Example request
{
"name": "SnapCount"
}Response
Reply-to profile renamed
Example response
{
"success": true
}