APPLY THEME

Apply a theme to a chat flow

APPLY THEME

POST https://api.eyelevel.ai/v1/partner/flow/theme/:apiKey/:id

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

id

string

Flow ID

Request Body

NameTypeDescription

flow

integer

See request definition below

{
    "message": "OK"
}

Request

{
    "flow": {
        "themeId": INTEGER IDENTIFIER
    }
}

themeId

REQUIRED - Integer

Validation: Value is an existing EyeLevel theme identifier

The unique integer identifier for the theme you are applying to the flow. You can query for themeId by using the GET ALL THEME query.

Response

{
    "message": "OK"
}

Last updated