Application for AWS Connect
- AWS Account
- AWS Connect - Phone number claimed and setup for use
- Contact Flow created to accept Dynamic attribute
- Use
aws configure
to setup the AWS credentials for the account having access to AWS Connect
- To run the application, replace the parameters with your Connect details DestinationPhoneNumber='xxxxxxxx' # Number to be called ContactFlowId='xxxxxxx' # Contact flow ID to be used when the outbound call is being made InstanceId='xxxxx' # Instance ID of the Connect to be used for placing the call SourcePhoneNumber='+61xxxxxxxx' # AWS Connect phone number to be used for placing the call
- Run the program as
python3 placecall.py
This should place a call now to the number specified.