Advanced HTTP Request
Since version 2.4
This post function send HTTP Request (GET, POST, PUT, DELETE…) to a given URL. You can compose a body using the issue data.
This post function should be use instead of the deprecated HTTP Request.
Name – Name of the post function (just for identifying it).
URL – URL this post function is going to call.
Headers – Add the necessary headers using the add header button (Authorization, Content-type…).
Payload – Body of the request if any.