Docmosis offers of choice of regions in which to process documents. Select from Asia/Pacific, EU and US to ensure low-latency and geo-bound processing.
In the Docmosis Connector for OutSystems, the processing location may be set via the BaseURL Site Property. Available URLs for each region may be found in your Docmosis Cloud Console, and include the following:
If the value of the BaseURL Site Property is left unspecified, the connector will default to AU: https://au.dws3.docmosis.com/api/.
Below is a summary of Docmosis’ Cloud Security Measures:
Each action has an AccessKey input parameter, which sets the Docmosis API access key to be used for that request. The Docmosis_IS module also has an AccessKey Site Property, which may be defined via the Service Centre. An action will always use the input parameter if it has a value; otherwise, the connector will fall back to the value of the AccessKey Site Property.
To get your Docmosis Access Key, follow these steps to sign up for a Free Trial account:
Returns a list of the templates currently stored on the Docmosis server.
Input Parameters
Output Parameters
Returns a list of the folders on the Docmosis server in which templates are stored.
Retrieves a template from the Docmosis server, retaining all placeholders, and without merging any data.
Uploads a template to the Docmosis server. If a template with the same filename and path already exists, the pre-existing template will be overwritten. This may be used in conjunction with the DownloadTemplate service action to facilitate editing of templates by end-users.
Output Parameters (none)
Deletes a template from the Docmosis server.
Outputs a document, comprising a specified template in which placeholder fields have been replaced with data specified in a JSON string. For example, the placeholder “Dear <<firstName>>,” in a chosen document would be replaced value of the JSON attribute { “firstName": “Neo” } to yield “Dear Neo” after processing by RenderDocument.
For a demonstration of usage, see in the Docmosis Connector Sample, the block Docmosis_Sample/MainFlow/Render_Execute.
This service action deletes files stored in the Docmosis file storage area associated with your account.
The GetSampleData service action allows sample data to be generated for a template based on the current structures in the template. The sample data can be created in JSON or XML format which can then be fed back to the render service to generate populated documents.
The service creates values like “value1”, “value2” for each field element.
If the template has an error in it, Docmosis will generate a blank data set.
Input Parameters:
Output Parameters: