Update domain webhooks (v4)
documentedUpdate domain webhooks using v4 API.
PUT /v4/domains/{domain}/webhooksDomain Webhooksno 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)
npx -y keychains@latest curl "https://api.mailgun.net/v4/domains/{{$domain}}/webhooks" \
-X PUT \
-u "api:{{MAILGUN_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "url={{$webhook_url}}" \
-d "event_types={{$event_types}}"