Is there a way to make a POST request to an outside web service from within OA? I know I can set up a REST service from within OA to allow requests to be made into OA but I need to make a request to an external service.
Thank you in advance.
POST Request
- agruber
- Posts:147
- Joined: Tue Sep 07, 2010 2:52 pm
Re: POST Request
Yes, there is. Take a look at the CTRL function "netPost()".
I have used it in several occasions, like interfacing with Philips Hue bridge, Google calendar, telegram.org or TFS. Hope that helps.
BR, Andreas
Customer Care
I have used it in several occasions, like interfacing with Philips Hue bridge, Google calendar, telegram.org or TFS. Hope that helps.
BR, Andreas
Customer Care
- chamus
- Posts:3
- Joined: Mon Jul 10, 2017 9:04 pm
Re: POST Request
Thanks Andreas,
I figured there had to be an easy enough way of doing this, but when I searched Post in the help doc, nothing showed up.
I figured there had to be an easy enough way of doing this, but when I searched Post in the help doc, nothing showed up.