3 weeks ago
I am working with a Digital Signage platform and am trying to pass data from a SQL stored procedure to OptiSigns. OptiSigns accepts data through a JSON/XML URL and although I'm able to figure out how to output that internally through IIS, I need to be able to get it to output through our Workato on prem agent so OptiSigns can get to the URL.
In any case, I've tried so many different things but I'm unsure of how to get this to work correctly. The basic concept is that I enter a URL into OptiSigns where it will call that URL and the response it gets should be the data of the stored procedure (just one row of data in this result) formatted as XML or JSON.
Thanks in advance!
2 weeks ago
Hi @mrgillus1976,
If you can leverage API platform service, you can achieve your requirement.
1. You must create an API endpoint which can accepts parameters as per your requirement. [If you need to extract different values from Stored Procedure.]
2. The endpoint would be connected to a recipe where it will internally call SQL to fetch the data.
3. You can transform your data to either JSON or XML and send it as the response of the API.
Regards,
Prudvi