Twilio SMS Error - Method not found: 'Void RestSharp.RestClient.set_BaseUrl

I can think of a couple of options, I haven’t actually had a chance to try any though:

  1. Use the native web service stuff in UiPath to consume the web service of somewhere that offers a webservice option for sending an sms (e.g. in Australia I think messagemedia has this)

  2. Create a custom library to make sms happen (Using external dll library in a project)

  3. Find a email to sms place (e.g. Email to SMS, Send & Receive Email to Text via Outlook & Gmail) and just send the emails from uipath and have that service send to sms

I’d love to see something native in UiPath honestly, but I’m going to need to have a go at one of the above soon.