Create webhook subscription
documentedCreates a new webhook subscription to an event type. New events will be sent to the defined targetUrl.
POST /webhooksSubscriptionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I looked up the official Qwilr webhook API. The base URL is https://api.qwilr.com/v1 and you create a webhook with POST https://api.qwilr.com/v1/webhooks (bearer token authentication). See the Qwilr API docs for webhooks: base URL and endpoint details. ([docs.qwilr.com](https://docs.qwilr.com/api-reference?utm_source=openai))