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
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | Yes | AWS region (e.g., us-east-1) |
accessKeyId | string | Yes | AWS access key ID |
secretAccessKey | string | Yes | AWS secret access key |
queueUrl | string | Yes | Queue URL |
data | object | Yes | Message body to send |
messageGroupId | string | No | Message group ID (optional) |
messageDeduplicationId | string | No | Message deduplication ID (optional) |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Operation status message |
id | string | Message ID |
Notes
- Category:
tools - Type:
sqs