Create WebHook POST request which processes input arguments and returns JSON

I would like to build a POST api (WebHook) which will receive call from external system to my Backendless api (POST). This external system calls in the following manner:
/services/WebHook?id=5034747a&Status=delivered&MessageSid=5034747a&AccountNum=716a249

Can you please show me how I can create Codeless API which receives the parameters above and returns JSON? Do you have any example of this? Thank you.

Hello @Sanjay_Christian,

You can create a custom service as Stanislaw described in this topic.
Also please take a look at the Creating API Service using Codeless documentation.

Regards,
Olha

1 Like