AWS Activities Extension Library
The AWS Activities Extension Library adds the AWS S3 Upload activity. Use it to archive messages, store text-based exports, or hand workflow output to downstream AWS-based processes.
Download IntegrationSoup.AwsActivities.msi
Using It In A Workflow
1. Run the MSI on the Integration Soup server.
2. Restart the Integration Soup service if needed.
3. Add AWS S3 Upload after the step that produces the text you want to upload.
4. Open the activity message template, right click, and choose Insert Activity Message to bring in the text from the receiver or earlier activity you want to upload.
5. Fill in the AWS parameter fields described below. For reused settings such as credentials or region values, right click in the parameter field and insert a variable.
What To Place In The Parameters
- Bucket Name: enter the destination bucket name, for example
integration-archive. - File Name: enter the S3 object key to create, for example
adt/2026/03/20/ADT_A01_120000.hl7. - Region: enter the AWS region in system-name format, for example
us-west-1orap-southeast-2. - Access Key ID: enter the AWS access key ID used for the upload.
- Secret Access Key: enter the matching secret access key.
What To Place In The Activity Message
Place the text you want stored in S3 into the activity message. A common setup is to insert the inbound HL7 message from the receiver, or insert the output from an earlier step that has produced XML, JSON, CSV, or another text payload.
This activity uploads the current activity message as UTF-8 text, so it is best suited to text content rather than raw binary files.
What The Activity Returns
The response message is a simple text result confirming the upload completed successfully.
Typical Uses
- Archiving workflow output to S3.
- Publishing message exports, XML payloads, JSON payloads, or text reports into an AWS environment.
- Sharing files with downstream processes that already expect data in S3.
- Extension Library Directory
- HTML to PDF
- RTF to PDF
- Azure Activities
- AWS Activities
- Encryption Activities
- SFTP Activities
- Validate HL7 Transformer