idealTeam.Group Logo

Coming soon…

Describe the main Flow and how to extend

TODO

extData

Additional JSON data to be passed directly to the document data created by the data queries. This is useful for example to add an electronic signature image to the document without having to store it as a file first.

E.g. Flow parameter

the “extData” JSON object is made available as $extData merge field in IdealDoc.

E.g. the following extData:

extData: {

“Signature”: “BASE64_SIGNATURE_IMG”

}

Can be used in the IdealDoc template like this:

{{image data=$extData.Signature}}