Amazon SQS Trigger
The Amazon SQS Trigger fires a workflow whenever an integration receives an Amazon Simple Queue Service (SQS) message or connection event.
Node Properties
The Amazon SQS Trigger requires choosing an SQS integration, as well as at least one of the following events on which to fire the trigger:
- Trigger on a connection
- Trigger on a message (checked by default)
- Trigger on a disconnection
- Trigger on a failure to connect
Payload
The payload will include the triggering event in the data
field, including the type
("connect", "message", etc.), message
(if applicable), and additional information. In the general case, an Amazon SQS workflow payload will look like the following:
- ▶{} 12 keys
- "555555555555eeeeeeeeeeee"
- "My Great Application"
- ▶{} 8 keys
- "Connection Lost"
- "Unauthorized"
- "example sqs message"
- ▶{} 2 keys
- "2cf8c156-f944-4869-bd94-2416ef922806"
- "https://example.queueUrl.com"
- ▶{} 7 keys
- "connect|message|disconnect|failure"
- "333333333333cccccccccccc"
- "My Great Workflow"
- "myFlowVersion"
- ▶{} 3 keys
- "<id of the integration>"
- "integration"
- Tue Aug 19 2025 14:48:09 GMT+0000 (Coordinated Universal Time) (Date object)
- "<id of the integration>"
- "integration"
Related Nodes
Was this page helpful?
Still looking for help? You can also search the Losant Forums or submit your question there.