> For the complete documentation index, see [llms.txt](https://docs.cosmocloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmocloud.io/flow-builder/node-types/external-nodes/fire-events-sqs.md).

# Fire Events (SQS)

This nodes enables user to send/ fire events to an **external queue.** This node helps in triggering actions or events based on messages.

### Properties Panel

#### Connect to AWS

<table data-full-width="false"><thead><tr><th width="237">Field</th><th width="334">Description</th><th width="222">Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>Queue name</td><td>Name of your queue</td><td>true</td><td>_</td></tr><tr><td>AWS access key</td><td>Your AWS access key</td><td>true</td><td>_</td></tr><tr><td>AWS access secret</td><td>Your AWS access secret</td><td>true</td><td>_</td></tr><tr><td>Region</td><td>Region where your queue is deployed</td><td>true</td><td>_</td></tr></tbody></table>

#### Content

<table data-full-width="false"><thead><tr><th width="237">Field</th><th width="334">Description</th><th width="222">Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>Payload</td><td>Payload to be sent  (string format)</td><td>true</td><td>_</td></tr></tbody></table>

### Returns

This node does not returns any value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cosmocloud.io/flow-builder/node-types/external-nodes/fire-events-sqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
