APPLY QR THEME

Apply a QR code theme to a chat flow

QR themes will only apply when a chat flow is published as a QR code. QR themes will have no affect on publishing to other marketing channels.

APPLY THEME

POST https://api.eyelevel.ai/v1/partner/flow/qr/: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": {
        "qrThemeId": INTEGER IDENTIFIER
    }
}

qrThemeId

REQUIRED - Integer

Validation: Value is an existing EyeLevel QR theme identifier

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

Response

{
    "message": "OK"
}

Last updated