Sign in

Create webhook

documented

Install a webhook to receive BugHerd activity.

POST /api_v2/webhooks.jsonWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.bugherd.com/api_v2/webhooks.json" \
  -X POST \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"project_id":{{$project_id}}, "target_url":"{{$target_url}}", "event":"{{$event}}"}'
Create webhook · bugherd · OpenIntegrations