Sign in

Update webhook

documented

Update webhook.

PUT /webhooks/{webhook_id}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://connect.mailerlite.com/api/webhooks/{{$webhook_id}}\" \\
  -X PUT \\
  -H \"X-MailerLite-ApiKey: {{MAILERLITE_API_KEY}}\" \\
  -H \"Content-Type: application/json\" \\
  -H \"Accept: application/json\" \\
  -d '{\"name\": \"{{$name}}\", \"events\": {{$events}}, \"url\": \"{{$url}}\", \"enabled\": {{$enabled}}, \"batchable\": {{$batchable}}}'
Update webhook · MailerLite · OpenIntegrations