Sign in

Create a webhook

documented

Creates a new webhook.

POST /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://{{$account_url}}.quadernoapp.com/api/webhooks" \
  -X POST \
  -u "{{QUADERNO_API_KEY}}:x" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"events_types": ["{{$event_type}}"], "url": "{{$webhook_url}}"}'
Create a webhook · Quaderno · OpenIntegrations