Get an Amazon S3 pre-signed URL to upload an attachment to a case.

A pre-signed URL allows you to grant temporary access to users who don’t have permission to directly run AWS operations in your account. A pre-signed URL is signed with your credentials and can be used by any user.

For more information, refer to Working with presigned URLs.

External Documentation

To learn more, visit the AWS documentation.

Parameters

ParameterDescription
AWS Region(s)A comma-separated list of AWS region(s) where this action will be executed.

For example, to execute in US East and Europe, enter us-east-1,eu-west-1.

Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions.
Case IDThe ID of the case to upload an attachment to.
Client TokenA unique identifier (typically a UUID) to ensure request idempotency, preventing duplicate case creation if a request is retried.
Content LengthThe size of the file in bytes.
File NameThe name of the file to upload.

Example Output

{
	"attachmentPresignedUrl": "https://scrutinizerclientresourceucketprodeuwest5d5fe211a3f0ac6b6b835.s3.eu-west-1.amazonaws.com/6525686423-11a23de0-2742-49fe-b345-3d7276cd9fbc-eu-west-1?X-Amz-Security-Token=IAoJb3JpZ2luX2VjEHYaCWV1LXdlc3QtMSJIMEYCIQCTT%2BCZEoaTdBzyRn152SzpDvBSvNgeDgunn7Z8thywLAIhALDi08clML21FRsBeplxOzaeqh%2FtsvZQ4Nb3Nibtz%2FsVKtMDCF8QABoMNTMxMjg0NDQ2OTA3IgyqX3TKF0gwqV5Ai2oqsAO3LpIYjmIRdmDs50QNPXZBhHX6ueI7AYWFJwK35zXzV%2BZDSMvRYKYGllPC7jla8Y%2FXB%2BqDrMuDuevnAF1FAWRbRJZ0ynXblM%2BGF8cOQHQ2jCni8vKzH3xU%2F0ZyCl6fpbSnePVzb5kgdTxwVPfQ7lpZ%2FBh5LliPwjm5IZ0wvDKi2piYpKLJ922kD2570MGV2KOJIS0wj8PwHyr4iPd42BpfC0Ha1P3A48xofvM%2FjRCPqyPZ%2BKg4D6kGNhwwTJ3V5ltHzkVqXndYeH2kIWYlj23mmG5D6XKh%2BJYMu%2FAg1EHIx27A5hYCslWzJtuEzEHRLmb%2FO4GVC2PNyLzYk3TNwxgUZkSj5pzPjHiXiep8rBiWKjDb146qURbT30URke1M1Vl1AUlK%2FHyWr%2FsV1H9%2ForSGuPAg3EkYf8NtZB1pdwTod1Bf68lyQ5oKNrhMdEaZE0qeHACxdFbpljsefw1J%2Bosxv2ZnPURJC7u5Wxhz9L%2BI%2FfN1rlrRNGjXgPLXABxLg1Z0qbxDDGS1AVJhbsxJGgG%2FQMbn%2Fug6i%2BmbP1V9C9YHCdXqtAFaczFS1VePnCFgmIww0bfAwgY6nQEAnH1x3cSs3QEwrXtk4hHeZQtOFXRYUN8Tb84V%2F33TnY%2FOPRZd5sxKwrI9zvlJnbbD8jLE0brj7M3BXPomP%2BrQOOIWWFZ7UA8oC7SjUaXPQMre3t2r72QdDxRPZ%2FidZ8qTMwC6LWlmddAgg63pxzrQzsZ2DTNg8HqhdVIM03O1E%2FzVkt2URNj4njVI921tTYgSik1GxpaVMYH6nDhJ&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20250616T133001Z&X-Amz-SignedHeaders=content-length%3Bhost%3Bif-none-match&X-Amz-Credential=ASIAXXMYFJ254CNKYBGQ%2F20250616%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=60&X-Amz-Signature=c25f1df602e85f12956496e9a062d1fb4c6118202d84752d62575e359e284ab1"
}

Workflow Library Example

Sir Get Case Attachment Upload Url with Aws and Send Results Via Email

Preview this Workflow on desktop