Amazon SNS - New message trigger

The New message trigger monitors a message topic and fetches new messages. Workato processes each message as a new job.

429 RESPONSES

Amazon SNS treats a 429 (Too Many Requests) response as a successful delivery when using the New message trigger. Events that receive a 429 response aren't retried or sent to a Dead Letter Queue (DLQ).

Throttle message delivery using the SNS topic's delivery policy to align with Workato's rate limits and prevent event loss. AWS SNS doesn't treat a 429 as a failure and doesn't trigger retries. You can set the throttlePolicy to maxReceivesPerSecond to control delivery rate. Refer to the AWS SNS documentation for more information.

Input

Input fieldDescription
Topic nameUse the drop-down menu to select a message topic.
Message formatChoose a message format. The message format determines the trigger output. Refer to the Publish documentation for more information.
Message schemaProvide the message schema. This field applies only when you select the JSON message format.
Message attributes schemaEnter the message attribute schema, if available.

Output

Output fieldDescription
TypeThe type of message.
Message IDA unique message ID.
Topic ARNThe Amazon Resource Name (ARN) for the topic.
Topic nameThe topic name.
SubjectThe subject parameter specified when the notification was published to the topic.
TimestampThe time (GMT) when the subscription confirmation was sent.
Signature versionThe version of the Amazon SNS signature used.
SignatureThe encoded signature.
Signing cert URLThe URL to the certificate used to sign the message.
MessageThe message content. The data type varies based on the selected message format.
Message attributeThe message attributes. These vary based on the selected message format.

Last updated: