Home
Content Management API⁡𝅶‍‍𝅺⁡‍𝅴⁡𝅴𝅹‍‍⁢𝅵‍‍⁣⁣‌⁡⁣𝅺⁣⁢⁣𝅸⁠⁢‍‍‍𝅷‍‍𝅳⁡‍⁠‍‍⁢𝅵‍‍𝅳⁡⁣⁡⁣⁡​⁡⁢⁢𝅵‍𝅺‍𝅺⁢𝅸⁡⁢‍𝅹⁣‌⁡⁣𝅺⁢𝅸⁡⁢‍𝅹⁢𝅺𝅸‍𝅺⁠⁣𝅴⁡⁣𝅺⁡‍‍𝅺𝅴⁡⁣⁠𝅸⁠𝅺⁡⁣⁡𝅴⁡​⁠⁡⁢‍𝅺⁢𝅳⁢‌⁢​⁢𝅴⁢‍⁢⁠‍𝅺𝅴⁡⁣⁠𝅸⁡⁢‍𝅺⁢⁢⁢𝅴⁢𝅳⁢⁢⁢‌⁢⁡⁢𝅳⁢‌‍‍⁡𝅸
Main resources
Upload-related
Site Search
Environments
UI
Workflows
Async jobs
Roles & permissions
Webhooks
Hosting & CI integrations
Subscription
Enterprise
    Show examples in:
    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
    type  string
    Must be exactly "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

    http_basic_user  string, null

    HTTP Basic Authorization username

    http_basic_password  string, null

    HTTP Basic Authorization password

    custom_payload  string, null

    A custom payload

    payload_api_version  string

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

    nested_items_in_payload  boolean

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

    Available endpoints