I am very new to backendless (1 hour), just have a quick question that may appear incredibly dumb:
Twilio’s call status webhook sends x-www-form-urlencoded. I’d like to take what that sends and write it into a data table. But everything I’ve seen so far indicates backendless exclusively expects application/json.
I can’t change what Twilio sends, is there a way to do this?
We will be happy to assist you. I need to ask you a few more questions so I can understand the problem better.
Do you form the request that Twilio sends? What does he look like?
Do you want to intercept him with Backendless?
What SDK are you using (Backendless For Developers)?
Is there a way I could use get the body of the webhook and parse it for use in Business Logic? For instance, to set CallSid as a variable or write it to db?
In codeless we dont have url params parser
We will discuss with team to adding this parser
You can try write it yourself
But if you know a specific parameter and its value is string type you can try to find it with regexp block
Example: (but i am not sure if it is correct)