Sign in

Update Webhook

documented

Update a webhook.

PUT /v2/webhook/{id}Webhookno 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.transmitmessage.com/v2/webhook/{{$id}}" \
  -X PUT \
  -H "X-API-KEY: {{KUDOSITY_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"url":"{{$url}}","enabled":{{$enabled}}}'