04-18-2019 10:04 AM
Hi,
Is there any Snaps available to execute the ‘cURL’ commands in Snaplogic? if Yes, Can you please let us know the process.
Thanks in Advance.
04-18-2019 10:09 AM
Have you taken a look at the Rest Snap Pack?
04-22-2019 11:17 PM
I am also facing the same issue . Is there any way out to call the curl command from the REST snaps ? I checked the documentation but could not find anything regarding that .
04-23-2019 08:30 AM
Can you provide an example of the type of curl command(s) you wish to run?
04-23-2019 12:00 AM
If you want to execute CURL command, you can use Script snap. You have choice to choose between JavaScript/Python/Ruby. Using Python, you can invoke CURL command via SubProcess module. subprocess — Subprocess management — Python 3.10.6 documentation