Skip to main content

Update Webhook

PUT 

/v1/webhook/update

This endpoint updates webhook

Request

Body

required

Webhook Update Payload

    event stringrequired

    Possible values: [EMAIL_EVENT, DOMAIN_VERIFICATION]

    headers

    object

    property name* string
    method string

    Possible values: [GET, POST, PUT, DELETE, PATCH]

    webhook_options

    object

    events

    object

    bounce boolean
    click boolean
    delivery boolean
    generation_failure boolean
    generation_rejection boolean
    open boolean
    policy_rejection boolean
    spam boolean
    unsubscribe boolean
    webhook_url string

Responses

webhook updated

Schema

    message string
    success boolean
Loading...