Step Details |
Introduced in Version | 5.0.0 |
Last Modified in Version | 9.8.0 |
Location | Integration > HTTP |
The POST With Credentials step performs a POST method call using the user's credentials.
Properties
Inputs
Property | Description | Data Type |
---|
Contents | Content to send with the POST call. | String |
Do Not Use Default Proxy | Defines whether the default proxy is used. | Boolean |
Password | The password of the user. | String |
Timeout Milliseconds | The period of time before the step will timeout. | Int32 |
Uri | The Uri for the POST call. | String |
User Name | Username for the POST call. | String |
Outputs
Property | Description | Data Type |
---|
Output | Status of POST call. | String |

Step Changes
Description | Version | Release Date | Developer Task |
---|
Added the Timeout Milliseconds input. | 9.8 | March 2025 | [DT-043477] |