Get an Amazon S3 pre-signed URL for downloading an attachment from a case.
External DocumentationTo 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.
Attachment IDThe ID of the attachment to download.
Case IDThe ID of the case containing the attachment.

Example Output

{
	"attachmentPresignedUrl": "string"
}

Workflow Library Example

Sir Get Case Attachment Download Url with Aws and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop