[progress Communities] [progress Openedge Abl] Forum Post: Re: Request Url For Twilio

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
You can use the REST api to create your SMS record. See and create fields in your object with integration names same as parameters mentioned here. Edit your twilio phone number and goto Messaging section. Choose webhook option for "A message comes in" and enter rest api url for createRecord. E.g. https://www.rollbase.com/rest/api/createRecord?objName=SMS&custId=86999999&loginName=xxxxxxxx&password=xxxxxxxx Note that i'm using this form of authentication because I could not find options to configure basic auth in Twilio, but as this is a secure location, this should be fine. Configure objName, custId, loginname and password based on your tenant and account that you want to create the records with. The key assumption here is Twilio's parameter names match the integration names for fields in your Rollbase SMS object. I was able to send an SMS to my Twilio number and a record with the body of the SMS was created in Rollbase.

Continue reading...
 
Status
Not open for further replies.
Back
Top