Trigger a project webhook

View as Markdown
Receive a deployment webhook and trigger PR testing when configured.

Path parameters

webhookIdstringRequiredformat: "uuid"
Webhook ID
secretstringRequired
Webhook secret

Request

This endpoint expects a map from strings to any.

Response

Webhook accepted
receivedboolean
ignoredboolean
reasonstring
runIdstringformat: "uuid"
batchIdslist of strings
One batch per selected PR test group started by this delivery.
batchIdstringformat: "uuid"Deprecated
First created batch only. Use batchIds, which covers every PR test group.

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error