Webhook
Trigger remote tooling straight out of DoesQA.
Within Settings > Notifications, you can manage your webhook notifications.
Creating a new webhook notification
Name
Description
Name
Used to identify the run event.
Run Status
You can pick when this event fires, on Passed, Failed, or Rejected test runs.
Webhook URL
The webhook URL that will receive the API POST request.
Schema
Below is the expected schema you will receive
Verifying request came from DoesQA
We add a x-doesqa-signature
header to our POST, which will display the value shown when you set the event up. Use this header to validate that the request came from us.
Last updated