- The signing ceremony interface recipients see.
- Emails sent to recipients throughout the signing process (signing requests and completed document delivery).
- Internal notification emails sent to the account owner.
- Deliverables (signed documents).
Adding branding
Include abranding object when creating an envelope:
Accent colors
Theaccent_color property sets the color of buttons in emails and the signing ceremony. Specify the color as a hex code (for example, #9810fa).
The accent color applies only to button styles. Other interactive elements such as text input fields, checkboxes, and signature boxes keep their default colors (blue for normal states, red for error states).
Accessibility requirements
The accent color must meet a contrast ratio of at least 4.5:1 against white, following WCAG guidelines. If the color does not meet this requirement, the API returns an error with a suggested compliant alternative.Logos
Thelogo property sets the image displayed in the header of emails and the signing ceremony.
Preparing your logo
- Upload your logo to the Dashboard Library.
- Copy the resulting URL (it will look like
https://api.signatureapi.com/v1/uploads/upl_...). - Use that URL in the
logoproperty.
Only files uploaded to your account’s Library can be used as logos. Direct external URLs are not supported.
Logo requirements
- Format: PNG
- Height: At least 160px to avoid pixelation on high-resolution displays
- File size: Under 100KB
- Background: Transparent works best, as logos appear against both white (emails) and gray (ceremony) backgrounds
Email customization
Use theemail object within branding for additional email customization.
Custom footer
Thefooter property adds content at the bottom of all recipient emails, after SignatureAPI’s standard footer. Use it for legal disclaimers, privacy notices, or contact information.
The footer supports a subset of Markdown: **bold**, *italic*, and \n\n for paragraph breaks.
Logo position
Thelogo_position property controls the horizontal alignment of the logo in email headers. Accepted values are left, center, and right. The default is left.
Visual examples
The following screenshots show branding applied to a purple (#9810fa) envelope with a left-positioned logo.
Signature request email

Signing ceremony interface

Completed document delivery email
