Comment on page

APPLY OFF HOURS

Apply off hours settings to a chat flow
post
https://api.eyelevel.ai/v1/partner
/flow/offhours/:apiKey/:id
APPLY OFF HOURS

Request

{
"offhoursSetting": {
"hoursId": INTEGER IDENTIFIER
}
}

hoursId

REQUIRED - Integer
Validation: Value is an existing EyeLevel off hours setting identifier
The unique integer identifier for the off hours setting you are applying to the flow. You can query for hoursId by using the GET ALL OFF HOURS query.

Response

{
"message": "OK"
}