Completes a waitpoint token using the pre-signed callback URL returned in the url field when the token was created. No API key is required — the callbackHash in the URL acts as the authentication token.
This is designed to be given directly to external services (e.g. as a webhook URL) so they can unblock a waiting run without needing access to your API key. The entire request body is passed as the output data to the waiting run.
If the token is already completed, this is a no-op and returns success: true.
The ID of the waitpoint token.
The HMAC hash that authenticates the request. This is embedded in the url returned when creating the token — do not construct it manually.
Any JSON object. The entire body is passed as the output data to the run waiting on this token. If the body is not valid JSON, an empty object is used.
Waitpoint token completed successfully
Always true when the request succeeds.
true