APPLY OFF HOURS
Apply off hours settings to a chat flow
post
https://api.eyelevel.ai/v1/partner
/flow/offhours/:apiKey/:id
{
"offhoursSetting": {
"hoursId": INTEGER IDENTIFIER
}
}
REQUIRED - IntegerValidation: 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.
{
"message": "OK"
}
Last modified 2yr ago