Hi All,
How do I create an endpoint URL using OL Connect?
Thanks and Regards,
Janice
Hi All,
How do I create an endpoint URL using OL Connect?
Thanks and Regards,
Janice
You use the NodeJS Input task in Workflow and you set the HTTP Action field to the endpoint you want to process (there can be multiple endpoints that all get captured by the same input task):
Then, your API call would be something like http://127.0.0.1/myEndPoint (set the IP address of the server appropriately).
Hi @Phil,
Thank you for your help. But I still have some clarification as per below. Can you assist?
Thanks and Regards,
Janice