WEBSITE

Set up and manage EyeLevel chats for websites

These endpoints can be used to define "web installation records". Installation records are used to control which themes, off hours settings, and chat flows load on a website.

Web installation records are based on a base URL (required) and path parameters (optional), allowing you to define EyeLevel chat behaviors throughout a website (or multiple websites) by using different combinations of base domains and path parameters.

Objects

pageWEBSITE

Endpoints

pageCREATEpageUPDATEpageDELETEpageGET ALLpageVERIFY INSTALLATION

Follow this pattern to POST an object

{
    "web": { OBJECT }
}

Objects

installation

{
    url: "",
    name: "",
    platform: "",
    webId: "",
    rules: { RULES OBJECT } 
}

rules

{
    type: "STRING",
    value: "STRING"
}

Last updated