Choose your language:
    Build trigger

    Configuration for different build triggers. You can have different staging and production environments in order to test your site before final deploy

    Object payload
    id  string
    ID of build_trigger
    name  string

    Name of the environment

    adapter  string

    The deploy adapter

    adapterSettings  object

    Additional configuration for deploy

    lastBuildCompletedAt  date-time, null

    Timestamp of the last deploy

    buildStatus  string

    Status of last deploy

    webhookUrl  string

    Notification webhook URL

    indexingStatus  string

    Status of site scraper

    frontendUrl  string, null

    Public url of the site

    indexingEnabled  boolean

    Enable scraper on the site

    autotriggerOnScheduledPublications  boolean

    Deploy on scheduled publication

    webhookToken  string

    Unique token of the webhook

    Available endpoints