Choose your language:
    Webhook

    A webhook allows to make requests following certain Dato events. It is linked to a Role, which describes what actions can be performed.

    Object payload
    id  string
    ID of webhook
    name  string

    Unique name for the webhook

    url  string

    The URL to be called

    enabled  boolean

    Whether the webhook is enabled and sending events or not

    headers  object

    Additional headers that will be sent

    events  Array

    All the events you will be notified for

    httpBasicUser  string, null

    HTTP Basic Authorization username

    httpBasicPassword  string, null

    HTTP Basic Authorization password

    customPayload  string, null

    A custom payload

    payloadApiVersion  string

    Specifies which API version to use when serializing entities in the webhook payload

    nestedItemsInPayload  boolean

    Whether the you want records present in the payload to show blocks expanded or not

    Available endpoints