Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Switched to shorthand variable notation.
Excerpt

This parameters template demonstrates sending a SMS message directly to a phone number with the Publish SNS Message action:

Code Block
languagejs
linenumberstrue
collapsetrue
{
  "PhoneNumber": "+61.1234567890",
  "Message": "Automation with AWS: ${event$event.simpleName} with trace ID ${event$event.traceId} triggered at ${event$event.timestamp}",
  "MessageAttributes": {
    "AWS.SNS.SMS.SenderID": {
      "DataType": "String",
      "StringValue": "Utoolity"
    }
  }
}