Call Internal API
Sends an HTTP request to an HTTP Request flow.
Inputs
Method
The HTTP method of the flow.
The available options include:
GET
POST
PUT
PATCH
DELETE
URL
The URL of the flow. The available options depend on the project's flows and the selected Method.
Headers
A list of HTTP headers to send to the flow.
Name
The name of the header.
Value
The value of the header.
Query String
A list of query string parameters to send to the flow.
Name
The name of the parameter.
Value
The value of the parameter.
Body
Note: This option is only available if the Method is POST
, PUT
, or PATCH
.
The request body to send to the flow.
Outputs
Body
The body of the response.
Updated 8 months ago