Updates the email setting overrides for an envelope.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/email_settings
Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made.
This can also be used to delete an individual email override setting by using an empty string for the value to be deleted.
Request Body
{"replyEmailAddressOverride"=>"sample string 1", "replyEmailNameOverride"=>"sample string 2", "bccEmailAddresses"=>[{"bccEmailAddressId"=>"sample string 1", "email"=>"sample string 2"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |