Skip to main content
POST https://app.qawolf.com/api/webhooks/deploy_success
If your build server supports node, use @qawolf/ci-sdk instead of calling this endpoint directly. This gives you type safety and clearer errors and output.

Request

Request headers

Request body

All fields are optional.

Commonly used

Advanced

Response

results is an array of matched triggers. Each entry contains either created_suite_id if a run was created, duplicate_suite_id if a run for this SHA already exists, or failure_reason if the run could not be created.

Response codes

A 200 response does not guarantee a run was created. Inspect the response body to confirm.
Last modified on June 29, 2026