Last Updated: Nov 4, 2020
Use this function to make a call from twilio to the verified given number.
Make Call (token, account_sid, from_number, to_number)
| Input Parameter Name | Description |
|---|---|
| token | Used for authentication |
| account_sid | Used for authentication |
| from_number | Twilio registered number to make a call |
| to_number | Twilio registered number to connect a call |
| Return Value | Description |
|---|---|
| Output |
|
Make Call (ABCDCEF, NC-45, 1234567890, 0987654321)
To view all the Twilio functions, click here.