I've created custom Alexa skill (using AWS lambda function), which should do the following things:
- Send a message to slack channel.
- Dial-in hardcoded phone number.
Now, I'm looking for the solution to make a call using this custom skill.
Is it possible to do?
P.S. A4B (Alexa for business) provide the possibility to setup conference provider, which require SIP number which I don't have. I only have phone number.
Thank you in advance!