Skip to main content Skip to complementary content

Posting the parameter

Procedure

  1. Double-click tHTTPClient_1 to open its Basic settings view.
  2. Click the [...] button next to Edit schema to open the schema editor and add a column for the tHTTPClient_1 component, with the name of body and type of String.
  3. In the URI field, enter the server address to which the parameter is to be sent (https://httpbin.org in this example).
  4. Type in POST in the HTTP method field.
    You can also set the HTTP method by clicking the [...] button next to the HTTP method field, selecting POST in the dialog box, and clicking OK.
  5. Type in post in the Path field.
  6. Select the Request body option and type in {.input.data} in the Text field.
    The tHTTPClient component accepts expressions that reference specific elements of the input, as shown in this step.
  7. Leave other options as they are.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!