2

I've created custom Alexa skill (using AWS lambda function), which should do the following things:

  1. Send a message to slack channel.
  2. 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!

Yura Pyrko
  • 31
  • 5

2 Answers2

1

Unfortunately, this is not possible for now. Alexa is not able to dial in the phone number from custom skill.

Yura Pyrko
  • 31
  • 5
1

You can dial hardcoded phone numbers using Twilio API.

Prasoon Singh
  • 170
  • 1
  • 1
  • 9