21200: Calls Resource
ERROR
This error points to a problem with a request to the Calls resource. When you create a call, include to and from, and provide url, twiml, or applicationSid so Twilio can execute the call.
- The request omitted the required
toparameter orfromparameter. - The request did not include
url,twiml, orapplicationSidto provide call instructions. - The
fromvalue is not a Twilio phone number or a verified outgoing caller ID, ortois a phone number whilefromis not. - The request used an unsupported value for
method,fallbackMethod, orstatusCallbackMethod. These parameters only acceptGETorPOST. - The request included an invalid
urlor callback URL. The callurlmust be an absolute URL, andstatusCallbackURLs must contain a valid hostname.
- Send the call request as
application/x-www-form-urlencodedand confirm that all required parameters are present. - Provide a valid
url, inlinetwiml, or a validapplicationSidso Twilio has instructions for the call. - If you are calling a phone number, format
toandfrominE.164and use a Twilio number or verified outgoing caller ID forfrom. - Use only
GETorPOSTfor method parameters, and make sure every webhook URL is publicly reachable by Twilio. - Review your Voice logs and the Request Inspector in Twilio Console to identify the exact parameter or webhook that failed.