Sign in

Create webhook

documented

Create a webhook for a list.

POST /api/v2/lists/{ID}/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://app.tatango.com/api/v2/lists/{{$list_id}}/webhooks" \
  -X POST \
  -u "{{$tatango_email}}:{{TATANGO_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"webhook": {"url": "{{$webhook_url}}", "event": "{{$event}}"}}'