Update email sender by UID
PUT /internal/v2/{bucket}/email_sender/{uid}
PUT
/internal/v2/{bucket}/email_sender/{uid}
This API call is currently in alpha. May change without prior notice.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket
required
The bucket (client) name
string
Example
example uid
required
string
Unique identifier for the email sender
Request Body required
Section titled “Request Body required ”Email sender update packet
object
uid
Unique identifier for the email sender
string
email
required
Email address of the sender
string
display_name
required
Display name of the email sender
string
products
required
List of products the sender is associated with
Array<string>
allow_for_all_users
required
Whether the email sender is allowed for all users
boolean
specific_user_list
required
List of specific user URIs
Array<string>
Responses
Section titled “ Responses ”Email sender successfully updated
Email sender not found