Sign in

Create webhook

documented

Create a new webhook.

POST /api/v2_5/webhooksWebhooksno 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://api.cheqroom.com/api/v2_5/webhooks" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$webhook_name}}", "topic": "{{$webhook_topic}}", "url": "{{$webhook_url}}", "secret": "{{$webhook_secret}}"}'