Date: 05/09/2025
Versions of the Components
Database: 0.0.153 Viafirma Core: 2.4.44 Writing module: 1.10.3 Signature module: 4.7.9 Audit module: 3.0.39 User dashboard (Beta): 0.12.0
Fixes and improvements
General platform
- LINK-type attachments: It is now possible to include attachments in signature requests via an external link (URL). This functionality is ideal for large documents, allowing the signer to view them without downloading them.
- To use it, the new LINK type has been added to the attachments object.
- Deployment example:
"attachments" : [ {
"type":"LINK",
"helpText":"Anexo informativo de ejemplo",
"fileReference":"https://www.ejemplo.com/documento.pdf"
} ]
- Message Conversion to SET: The ability to convert messages to SET format directly from the API call is introduced.
- To activate it by request, add the metadata “convert_set”: true in the JSON of the call.
- It can also be enabled globally or by group by activating the variable SET_ONLY_MODE.
- Example of call:
{
"groupCode": "xxx",
"document": {
"templateCode": "301_example"
},
"worflow":{
"type":"PRESENTIAL"
},
"metadataList": [{
"key": "convert_set",
"value": true
}]
}
- Example of call:
- Security measures in the registration of new users have been strengthened.
- The performance and load times of the audit page have been optimized.
- Correction for cases where a signatory had more than one OTP code in the same document.