store
The API functionality requires additional licenses. Please contact support@documill.com to enable the licenses.
Store command is used during asynchronous compose to store results temporarily for one hour. Store command takes two attributes, file or JSON string to be stored and an ID for identifying the resource. When downloadable result is available it appears in the status API response.
Store command is typically used in scenarios where resource can’t be stored directly to integrated system like Salesforce.
value
File, JSON string
File like compose result or JSON string.
resultID
String
An ID to identify resource and it’s download URL.
<createPDF var="documentPDF" body="<html>...</html>">
<store value="${documentPDF}" resultID="documentPDF">