Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article explains how to submit and receive mime data using flow service.
It is assumed that readers of this article know how to create integrations on webMethods.io integration.
For more details, please refer to
For more details, please refer MIME Headers | Microsoft Learn.
Steps followed in the flow service to get the mime data:
Configure the HTTP endpoints of flow service on webMethods.io integration flow service.
Submit the form data from the postman client.
Note: Attached is the postman collection and flow service used for receiving the data in flow service and uploading it to Azure cloud storage.
UploadBulkMImeData.zip (10.1 KB)
MimeData.postman_collection.zip (782 Bytes)
Post the multipart data from our flow service to some third-party endpoints.
In this use case, we can submit the data to third-party end points either by flow service or workflow.
Flow Description:
Note: Attached is the flow service used for submitting the csv to the third-party endpoints.
SubmitCSV-MimeData.zip (10.6 KB)