---
title: "Trigger a project webhook"
method: POST
path: "/v1/webhook/{webhookId}/{secret}"
tags: ["webhooks"]
---

# Trigger a project webhook

`POST /v1/webhook/{webhookId}/{secret}`

Receive a deployment webhook and trigger PR testing when configured.

## Path parameters

- `webhookId` string, uuid, required
- `secret` string, required

## Request body

- object

## Response `200`

Webhook accepted

- WebhooksTriggerAProjectWebhookResponse200
  - `received` boolean, required
  - `ignored` boolean
  - `reason` string
  - `runId` string, uuid
  - `batchId` string, uuid — First created batch only. Use batchIds, which covers every PR test group.
  - `batchIds` string[] — One batch per selected PR test group started by this delivery.

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Usage limit exceeded
- `500` — Internal Server Error
- `504` — Gateway Timeout - Test execution exceeded time limit

---

[API](https://skmtc.net/tester/apis/testerarmy-api.md) · [All operations](https://skmtc.net/tester/apis/testerarmy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tester/testerarmy-api/versions/7fd19ca2a7fc/schema)
