{{personName}}
and {{companyName}}
. These placeholders will be replaced with actual data when the document is generated.
We’ve also included a conditional statement {{if showStatement}}
that will insert the text “THIS IS A NON-BINDING…” only if the showStatement
value is set to true
.
[[consentor_signature]]
for the recipient’s signature (we’ll refer to the recipient as “Consentor” in this example).
For visibility, we’ve made the placeholder font blue in this example, but we recommend setting the font color to white so it remains hidden in the final document.
GET
.https://pub-9cb75390636c4a8a83a6f76da33d7f45.r2.dev/dummy-consent.docx
.John Doe
).john@example.com
).consentor
).docx
.
Key: Value
pair in the Template Data. The Key being the field name (without the {{ }}
) and the Value being the data you want to insert. This will be used to populate the template.
personName
field with John Doe
, add the following item: personName: John Doe
companyName
field with Doe Enterprises, LLC
, add the following item: companyName: Doe Enterprises, LLC
.
showStatement
to true
, add the following item: showStatement: true
.
companyName
field, set the Value to Doe Enterprises, LLC
.
showStatement
, set the Value to true
.
[[consentor_signature]]
).Important: Use the Deliverable ID from the Wait for envelope action, not from the Create an envelope action, because the latter does not contain the completed deliverable.
john@example.com
.
Since we’re using a test API key, real emails are not sent. However, you can preview the email in the SignatureAPI Dashboard.