Envelope Structure
This document contains the envelope XML structure, including the fields you can include in the request body.
Example
<envelope templateUuid="1997a1b4-88e3-4f58-88ca-fcd2c6fb5869" templateVersion="4a303734-a118-44a2-aedf-67df61612628">
<info>
<subject>Sales agreement</subject>
<message>Please review the attached data.</message>
<forwarding delegation="true" sharing="true"/>
</info>
<flow>
<roles>
<role id="74266bb8-91ad-4e35-9d98-5862fc59cf3e" mailboxUuid="8dcde243-a918-444a-ac7d-44ac88554769"/>
<role id="a09d90c7-46c1-4f59-8d76-e7975dd8fab6" mailboxUuid="8dcde243-a918-444a-ac7d-44ac88554769"/>
</roles>
</flow>
<documents>
<document id="16c545db-1002-4efb-a4de-b46bc5ed4885">
<field name="Text">text</field>
<field name="Number">10</field>
<field name="Currency">10.20</field>
<field name="Date">2024-01-11</field>
<field name="Dictionary" recordUuid="76d0b4a4-114f-45a6-9039-d654c90a2df2">Record name</field>
<field name="Signature">data:image/png;base64,iVBORw...K5CYII=</field>
<field name="File" attachmentUuid="dc317260-adf3-4231-8eaa-588759d7b6f7">agreement.pdf</field>
<field name="Checkbox">1</field>
<field name="Dropdown">2</field>
<field name="Dropdown 2">
<value>1</value>
<value>2</value>
</field>
<field name="1234">Choice</field>
<fieldgroup name="Table">
<fieldset index="0">
<field name="Text 2">1</field>
</fieldset>
<fieldset index="1">
<field name="Text 2">2</field>
</fieldset>
</fieldgroup>
</document>
</documents>
</envelope>Envelope root
Attribute
Type
Required
Description
Info block
Element or attribute
Type
Required
Description
Flow block
Element or attribute
Type
Required
Description
Documents block
Element or attribute
Type
Required
Description
Dynamic field formats
Text, Number, Currency, Date, and single-select Dropdown
Multi-select Dropdown
Dictionary
Signature
File
Checkbox
Choice
Duplicate, Lookup, and Autonumber
Dynamic table
Platform-generated fields
Related topics
Last updated
Was this helpful?
