# Send SQS message

Canonical URL: https://docs.fuse.init.inc/integrations/aws/actions/sqs.messages.send

Send a message to an SQS queue URL of the form https://sqs.<region>.amazonaws.com/<12-digit-account>/<queue-name>. Caps body plus up to ten string attributes at 1 MiB. FIFO queues require message_group_id and reject per-message delay; standard queues reject message_deduplication_id. Unsafe with one SDK attempt. Excluded from MCP. Requires sqs:SendMessage.

Action ID: `sqs.messages.send`
Provider: AWS (`aws`)
Contract version: 1

## Risk and exposure

- Risk: Write
- Idempotency: Unsafe — Retries may duplicate side effects; callers must coordinate carefully.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=false, destructive=false, idempotent=false, openWorld=true

## Required scopes

- `sqs:SendMessage`

## Input schema fields

- `region`
- `queue_url`
- `body`
- `delay_seconds`
- `message_attributes`
- `message_attributes[]`
- `message_attributes[].name`
- `message_attributes[].value`
- `message_group_id`
- `message_deduplication_id`

## Output schema fields

- `message_id`
- `md5_of_body`
- `md5_of_message_attributes`
- `sequence_number`

Provider overview: https://docs.fuse.init.inc/integrations/aws
Actions index: https://docs.fuse.init.inc/integrations/aws/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/aws/actions/sqs.messages.send
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/aws/actions
