Queue the posted JSON payload for async delivery via Fusion

Queue the exact JSON body you POST for async delivery to the target URL.

Whatever payload you send from Postman is forwarded as-is to https://silly-planet-97.webhook.cool via Fusion. The call is async — Fusion performs the HTTP POST on its worker and the endpoint returns immediately with the Fusion job ID(s).

Authentication

AuthorizationBearer

Static shared-secret token for internal service-to-service calls.

Request

This endpoint expects a map from strings to any.

Response

Successful Response
queuedboolean
target_urlstring
job_idslist of strings or string
detailstring

Errors

422
Unprocessable Entity Error