Trigger SMS within AWS
Speedy SMS delivery to Australia mobiles | |
Track SMS replies within LAMBDA functions | |
Drop-in python plugin for instant set-up |
Low cost, minimal fees
Small monthly fee and per-text cost | |
Connect with other AWS apps including Cloudwatch and Amazon Contact |
Extra goodies
Bring LAMBDA apps onto the mobile with SMS Landing Pages and trackable short links
Sample Code
import json
import boto3
client = boto3.client('lambda')
def lambda_handler(event, context):
inputForInvoker = {
'Function': 'send_sms',
'Recipients': '[Mobile number to send to]',
'MessageText': "[Message to send]"
}
response = client.invoke(
FunctionName='[Insert the function ARN]',
InvocationType='RequestResponse',
Payload=json.dumps(inputForInvoker)
)
# TODO implement
return json.load(response['Payload'])
Pay Monthly
10c/per SMS Part
Need more?
Get in touch with your requirements
* Pricing is in AUD excl GST, charged per SMS Part