I am able to make manual calls to my customers. However, if I want to send an automated message to these customers the previous night, is it possible? What could be the possible steps:
- The customer information can be stored in a DynamoDB table.
- I can create a contact flow:
Start, Call Phone no, Set Voice, Play Prompt, End flow
- If the flow is correct then which block will make the db/Lambda call? (Is it play prompt?)
- I tried using
StartOutboundVoice
but if the contact flow is Outbound Whisper then it does not work.
Really appreciate some help.