Skip to main content
PUT
Update a Webhook

Authorizations

Authorization
string
header
required

Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.

Headers

Content-Type
string
default:application/json
required

Request body type

Path Parameters

id
string
required

Webhook Id

Body

application/json
name
string
required

Updated name of your Webhook.

Required string length: 3 - 100
Pattern: ^[a-zA-Z0-9._ \-]+$/i
url
string
required

Updated URL for your webhook.

Supported URL Protocols - HTTP, HTTPS

events
string[]
required

List the specific events that you would want to trigger webhook.

Supported events :

Maximum array length: 7

Response

OK

message
string