1 Answer
- Newest
- Most votes
- Most comments
1
Connect APIs doesn't have a startInbound contact action to programatically receive a call.
For that (accept calls from the agent PoV) you have to use the Amazon-connect-streams API. I leave this Workshop where you can see how to do it (Section 3). (It uses the contact.accept() API).
Another approach is to create a Click to Call button for your final users. So they will be able to click the button and places themselves for an outbound call for connect. Check this blog post for an overview of this solution.
answered 3 years ago
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago

Thank you very much. Do you have a solution how to integrate stream API with Lambda (from scratch) please?