Skip to main content
HTTP operations enable you to send HTTP requests. The example below uses the httpPost operation in the post-job event to send a JSON payload to the specified URL:

Operations

httpGet

Obtain a document from the web by using the HTTP GET method.

httpPost

Post data to a URL using the HTTP POST method.

httpPut

Put a web document using the HTTP PUT method.