added

October 17, 2024

We've added a new Content-Type to Data Integrations, Multipart/Form-Data, which allows you to transfer files through data integrations. Additionally, we've added support for XML requests without requiring conversion to JSON. Lastly, we have released minor bug fixes and UI improvements.

Release Details

File Transfer

Users can now transfer files to other systems through data integrations using the new Content-Type: Multipart/Form-Data. The integrations identify which files need to be sent based on document labels, which can be added either manually or through automations. For example, you can automatically generate a document, assign a label to it and then pass it through an integration. The transferred files will be reflected in the integration results.

XML Support Update

The Data Integrations tool now directly supports requests in the XML format. If you have integrations with a Content-Type of XML, you no longer need to convert requests to JSON, you can use the XML format directly. The existing XML configurations will be automatically converted to match the XML Content-Type.