Create org email brand resource
PUT {{url}}/v2/organizations/{{organization_id}}/brands/{{organization_brand_id}}/resources/email
Request Body
{"logo"=>{"position"=>"left"}, "buttons"=>{"color"=>"#232323", "background"=>"#232323"}, "subject"=>"Subject text", "from"=>"from@email.com", "body_header"=>"Body header text", "body_message"=>"Body text", "sender_email"=>"sender@email.com", "signnow_references"=>true, "footer_message"=>"Footer text"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |