Hi members.
Could you let me know how to call other Twilio function in one Twilio function?
1.Studio
->Run Function: function1
2.function1
->
(1) call function2(created in Twilio function).
(2) get result by function2
(3) set value that get from result of function2 to function1's response
(4) return response to Studio.
3.Studio
-> get function1's response.