Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the Post component

Perform a POST request to a server by providing the request using the Post component in RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can configure the properties for the Post component. For more information about these properties, see Properties of the HTTP components.

Procedure

  1. In the Toolbox pane, navigate to Utilities > HTTP.

  2. Drag the Post component to the Design surface.

  3. To configure the input fields, see Configure port properties.

  4. Connect the data and control ports of the Post component to the corresponding ports of the other components as described in the following table:

Port NamePort typeData typePurpose of connectionMandatory
URLData InStringTakes the URL where the content will be posted from a previously executed component.Yes
DataData InObjectTakes the data the component posts from a previously executed component.Yes
ContentTypeData InStringTakes the content type such as JSON or XML from a previously executed component.Yes
RequestTimeoutData InIntegerTime value in seconds to timeout the request. If the post request does not work after the timeout value that you set, the request fails and a connection timeout exception is displayed. The default timeout value is 100 seconds.Optional
StatusData InStringTakes status of the content from a previously executed component.Yes
ResponseData OutObjectReturns the status of the POST operation.Yes.To preview the data, right-click the Status and Response fields and click Preview Data.
NAControl In Connects to the Control Out port of one or more components.Yes
NAControl Out Connects to the Control In port of another component or the default end component.Optional
  1. To test the component, under the DESIGN tab, click Run.

Parent Topic:HTTP