Hi, I want to know if there is a way to call an external API from Camunda without code. I have tried writing a service task and HTTP connectors with code(it was working fine). The API is a synchronous call and I stored the output in a variable. Is this possible to do in camunda without any code written to send a post request
HTTP connector itself works without code, only configurations is required.
1 Like
Thanks aravindhrs, I was not giving the url in the input methods, When i checked the documentation it was showing js code to send request so I got confused. Now i was able to send request without code Thanks alot