In the Twilio documentation, they talk about the alphanumerical senderId, that need to be sent in the request in the from parameter. Like I use backendless to send twilio sms, is it possible to send this “from” parameter with the api? I saw an options in the method signature:
{
"phoneNumber": "string",
"message": "string",
"mediaUrl": "string",
"options": {}
}
Is it possible to send the from in the options object here?