I want to use the Twilio functions
to run my actions when a phone call is received.
Simple task: When i receive a phone call on the twilio number, i want to forward the phone call and also send a message to a whatsapp number to inform about the incoming phone call.
There is a similar example on the Twilio website: https://support.twilio.com/hc/en-us/articles/360017437774-Combining-Voice-SMS-and-Fax-TwiML-in-the-Same-Response
But i couldn't get this to work with WhatsApp.
It only works with SMS Messages, but when i replace the to
and from
params with the whatsapp:+01234567890
numbers, i did not receive any messages.