Skip to main content

Add a webhook to an incoming domain

POST 

/v1/inbound/relay_webhook

This endpoint adds a webhook to a specified incoming domain

Request

Body

required

Incoming Domain Payload

    domain stringrequired

    headers

    object

    property name* string
    method stringrequired

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

    url stringrequired

Responses

Webhook added successfully

Schema

    message string
    success boolean
Loading...