custom_email create

If you don't want to use Sign mails, you can create here an html template. Later, you can pass the id and personal substitutions in the sign/new or envelope/new receivers so they receive custom emails.

template_name: the name of the template

html: the html of the template

type:

For now, allowed types are
sign: the email signers receive with the sign link. There is a "magic" substitution called -link-
Include -link- in your html parameter so our api automagically replaces it with the real sign link

signed: the email signers receive when the process is over, with a copy of the signed document attached. (only for receivers, signed_copies will not receive this email)

How to use it
https://documenter.getpostman.com/view/7584499/2s8Z73xANu#c8e1d52f-9d74-4ade-9c8b-5abdc4880b3a

Please refer to that sign/new example, you just have to add a custom_emails array to each receiver, each entry contains an id and a substitutions array so you can replace text in your html email, substitution key format is up to you, just make sure you make a specific enough key so no other texts gets incorrectly replaced.

StartFragment

"custom_emails": [
                        {
                            "id": 1,
                            "substitutions": {
                                "-key_1-": "John",
                                "-key2-": "here is your sign link"
                            }
                        }
                    ],

EndFragment

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!