Send HTTP Call

Sends an HTTP call to a URL with headers and data.
Table 1. Input properties for the Send HTTP Call step
Name Type Description Required
URL String The complete URL to which to send the HTTP call. Yes
HTTP Method Enumeration
  • GET
  • POST
  • PUT
  • DELETE
  • HEAD
  • OPTIONS
The HTTP method or verb that the call is sent as. No
Headers String A newline-separated list of headers. No
Data / Data File String Data or the name of a data file to be passed with the HTTP call. No
Allow Untrusted SSL Certs Boolean If checked, HTTPS calls to sites with untrusted certifications do not fail. No
Username String User name for use with basic authentication. No
Password String Password for use with basic authentication. No
Output File String The response body is written to this file, which is relative to the working directory. No

Feedback