HTTP POST

Callable
HttpPost

Async Blueprint node that performs an HTTP POST request with a string body and fires OnSuccess or OnFailure when complete.

Type: Callable (has execution pins)
Category: Fortuna|HTTP
Keywords: http

Inputs

NameTypeDefaultDescription
URLStringURL parameter
BodyStringBody parameter
ContentTypeStringContentType parameter
HeadersString MapHeaders parameter
TimeoutSecondsFloat10.0TimeoutSeconds parameter

Outputs

NameTypeDescription
OnSuccessExecOnSuccess output
OnFailureExecOnFailure output
ResponseCodeIntegerResponseCode output
BodyStringBody output
ResponseHeadersString MapResponseHeaders output
ErrorMessageStringErrorMessage output

Example Use Cases

Example 1

Submit a score to a REST leaderboard API using a JSON payload.

Example 2

Send analytics events to a telemetry endpoint.