Documentation for Automation with AWS AWS 1.0 – other releases are available in the Automation with AWS Documentation Directory.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

{
  "PhoneNumber": "+61.1234567890",
  "Message": "Automation with AWS: An event triggered at ${event.timestamp})",
  "MessageAttributes": {
    "AWS.SNS.SMS.SenderID": {
      "DataType": "String",
      "StringValue": "Utoolity"
    }
  }
}

  • No labels