Skip to main content

Create webhook

POST 

/v1/webhooks

Create webhook

Request

Body

    name string
    description string
    url stringrequired
    eventType string

    Default value: submission_completed

    objectType string

    Default value: survey

    objectId number
    surveyId number
    httpMethod stringrequired

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

    headers object[]
    type string

    Default value: application

    payload object

Responses

Successful

Schema

    string

Loading...