Context
- We're building an appointment confirmation and connection app in Twilio, currently using the Studio.
- It talks to a user via WhatsApp - and then dials them via normal voice carrier service when they are ready for their appointment, and then connects their call with a call center agent.
Problem
- We've built a message flow in Studio that uses the Make_Outgoing_Call widget.
- When tested using SMS, the system behaves exactly as desired. The user opts in for the call, the system dials them, dials the agent, connects the 2 calls - happy path.
- When we connect the studio flow as an endpoint for the Whatapp sandbox, (rather than using it for SMS), the conversational parts of the flow work fine, and as per the SMS flow.
- The make outgoing call however gives an error (an 11200 HTTP retrieval failure in the debugger)
Question
Do we need to use a function to make the call rather than a studio widget when moving from WA channel to voice channel? The outgoing call widget is hardcoded to dial the channel address (Ie the inbound users number) so I'm wondering if the number is handled differently for WA traffic.
Many thanks for any suggestions!