This activity allows you to send SMS messages using AWS SNS.
flogo install github.com/project-flogo/aws-contrib/activity/sms
To configure AWS credentials see configuring-sdk
Name | Type | Description |
---|---|---|
smsType | string | The type of SMS to send, defaults to Promotional |
region | string | The AWS region, uses environment setting by default |
senderID | string | The Sender ID for the SMS (note: not supported in all countries) |
maxPrice | float64 | The maximum amount in USD that you are willing to spend to send a message |
Name | Type | Description |
---|---|---|
to | string | The phone number to which to send the SMS (e.g. +15555550100) |
message | string | The message to send |
Name | Type | Description |
---|---|---|
messageId | string | The message id |
You can find additional information at Amazon's Supported Regions and Countries page. There you can see what are the currently supported regions and also which countries support SenderID.
Coming soon...