HTTP Request Actor avatar
HTTP Request Actor

Under maintenance

Pricing

Pay per usage

Go to Store
HTTP Request Actor

HTTP Request Actor

Under maintenance

Developed by

Christos Papaventsis

Christos Papaventsis

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

3

Monthly users

3

Runs succeeded

57%

Last modified

2 days ago

URL

urlstringOptional

The full URL to send the request to.

HTTP Method

methodEnumOptional

The HTTP method to use for the request.

Value options:

"GET": string"POST": string"PUT": string"DELETE": string"PATCH": string

Default value of this property is "POST"

Request Headers

headersobjectOptional

A JSON object of key-value pairs to be sent as request headers.

Default value of this property is {"Content-Type":"application/json"}

Request Body / Payload

payloadobjectOptional

A JSON object that will be sent as the request body. Ignored for GET requests.

Response Type

responseTypeEnumOptional

How to parse the response from the server.

Value options:

"json": string"text": string

Default value of this property is "json"