Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)CRUDhttp.postOn this pagehttp.post http.post(url, body) Description Issues an HTTP POST request and returns the output Parameters ParameterTypeExplanationurlStringThe url to post data tobodyStringThe data to post Example http = option.httphttp.post(url, message.toJson())