Mandala
Tools

Amazon SQS

Connect to Amazon SQS

Usage Instructions

Integrate Amazon SQS into the workflow. Can send messages to SQS queues.

Tools

sqs_send

Send a message to an Amazon SQS queue

Input

ParameterTypeRequiredDescription
regionstringYesAWS region (e.g., us-east-1)
accessKeyIdstringYesAWS access key ID
secretAccessKeystringYesAWS secret access key
queueUrlstringYesQueue URL
dataobjectYesMessage body to send
messageGroupIdstringNoMessage group ID (optional)
messageDeduplicationIdstringNoMessage deduplication ID (optional)

Output

ParameterTypeDescription
messagestringOperation status message
idstringMessage ID

Notes

  • Category: tools
  • Type: sqs
Amazon SQS