Skip to main content

Update Sender

PUT 

/sender-details/:id

Updates the details of an existing sender email address

Use this endpoint to modify properties such as display name, reply-to address, or associated sending email, ensuring your sender information is accurate and up to date.

Request

Path Parameters

    id uuidrequired

    ID of the sender to update

Body

required
    name string
    email string
    replyTo string
    address string
    city string
    region string
    country string
    postalCode string

Responses

Successful operation

Loading...