Sign in

Update webhook

documented

Modify an existing webhook configuration.

PUT /v3/webhooks/{webhookId}Webhooksno 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.brevo.com/v3/webhooks/{{$webhookId}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "api-key: {{SENDINBLUE_API_KEY}}" \
  -d '{"url": "{{$url}}", "description": "{{$description}}", "domain": "{{$domain}}", "batched": {{$batched}}, "events": ["{{$event1}}", "{{$event2}}"], "headers": [{"name": "{{$header_name}}", "value": "{{$header_value}}"}], "auth": {"type": "{{$auth_type}}", "credentials": "{{$auth_credentials}}"}}'
Update webhook · Brevo · OpenIntegrations