Sha256: 7ded233944884ca59b5b0f7d2d17a4fb12a7e864281f27f9ed0efd843fcbc70d

Contents?: true

Size: 323 Bytes

Versions: 16

Compression:

Stored size: 323 Bytes

Contents

# Webhooks

## Get all webhooks

```ruby
client.webhooks
```

## Get single webhook

```ruby
client.webhook(1)
```

## Create webhook

```ruby
client.create_webhook('example.com', 'event')
```

## Update webhook

```ruby
client.update_webhook(1, event: 'event')
```

## Remove webhook

```ruby
client.delete_webhook(1)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mailerlite-1.16.0 examples/webhooks.md
mailerlite-1.15.0 examples/webhooks.md
mailerlite-1.14.0 examples/webhooks.md
mailerlite-1.13.1 examples/webhooks.md
mailerlite-1.13.0 examples/webhooks.md
mailerlite-1.12.0 examples/webhooks.md
mailerlite-1.11.0 examples/webhooks.md
mailerlite-1.10.0 examples/webhooks.md
mailerlite-1.9.0 examples/webhooks.md
mailerlite-1.8.0 examples/webhooks.md
mailerlite-1.7.0 examples/webhooks.md
mailerlite-1.6.1 examples/webhooks.md
mailerlite-1.6.0 examples/webhooks.md
mailerlite-1.5.0 examples/webhooks.md
mailerlite-1.4.0 examples/webhooks.md
mailerlite-1.3.0 examples/webhooks.md