Add and edit branding for completed emails

PUT {{url}}/v2/brands/{{brand_id}}/resources/email-invite-completed

Request Body

{"en"=>{"subject"=>"My custom subject {document_name}", "body_header"=>"Body header message", "body_message"=>"Body message {document_name}", "footer_message"=>"Footer message", "from"=>"from_email@email.com"}, "fr"=>{"subject"=>"My custom subject {document_name}", "body_message"=>"Body message {document_name}", "body_header"=>"Body header message", "footer_message"=>"Footer message", "from"=>"from_email@email.com"}, "es"=>{"subject"=>"My custom subject {document_name}", "body_message"=>"Body message {document_name}", "body_header"=>"Body header message", "footer_message"=>"Footer message", "from"=>"from_email@email.com"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring