We’re building an integration where envelopes are created via the DocuSign API (through Make.com). The goal is to customise the Completed confirmation emails (subject and body).
I reached out to DocuSign Support, but I’ve been bounced around and still don’t have a clear answer. So I’m putting this out here:
🔹 Which plan level unlocks the Branding feature so we can create and reference brandId
values?
🔹 Once branding is enabled, can we use:PUT /restapi/v2.1/accounts/{accountId}/brands/{brandId}/resources/email
with a custom XML resource file (including <completedSubject>
and <completedBody>
) to fully customise those confirmation emails?
🔹 Can HTML and placeholders (like signer name or envelope ID) be used inside those tags?
🔹 If we specify {brandId}
when sending envelopes via the API, will the customised branding email templates apply automatically?
🔹 And finally, if branding isn’t applied, is there any other way to override the Completed email subject/body via API?
If anyone has tackled this before, or knows someone who has, I’d be hugely grateful for insights 🙏