You can use this to call someone and use a pre-uploaded twilio XML (TwiML) file with what is to be said.
1 | twilio_call(accountSID, auth_token, xmlURL, from, to)
|
accountSID |
Your account ID |
auth_token |
Your secret token |
xmlURL |
The URL where the TwiML file is located. |
from |
The phonenumber that calls. Check Your Twilio account for the number. Make sure to include the international number. |
to |
The phone number to call. Make sure to include the international number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.