# 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.
