Hi,
I’m just playing around with API triggers and curl for the first time and have a (probably simple) question.
I’ve created a simple workflow to just send me an email when the trigger fires. I’ve copy\pasted the resulting API command into Postman and it works - the email gets sent and it returns the expected 202 code and ‘null’. I can also see the job log in insightConnect.
When I paste the same API string into a Windows command or powershell prompt (ensuring curl.exe and not just curl), it returns ‘null’ and no errors, but with no code and no resulting emai or job appearing. Other simple curl commands in command prompt work fine (i.e. curl https:\www.google.com).
I’m new to curl so this is probably something simple (i.e. a limitation of curl or command format issue in Windows or something)
Thanks