This function card pauses the running flow execution and return raw HTTP data to the caller. Resume the flow by calling the resume API.
Input
Field
Definition
Type
Required
statusCode
Status code to return to the caller. Valid values are 200, 400-600.
Number
FALSE
headers
An object representing the headers for the response. Each key of the header will be parsed into a header string as "key: value"; that is, "Content-Type: text/plain".