Short answer: Drop the "AWS SNS → Publish SNS Message" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Topic ARN topicArn | string | Required | Topic ARN |
Message message | string | Required | Message |
Subject subject | string | Optional | Message subject line. |
{"topicArn": "{{trigger.topicArn}}","message": "{{trigger.message}}","subject": "e.g. Quick update"}
{"MessageId": "msg-123","ResponseMetadata": {"RequestId": "req-456"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.