Upzelo Configuration Object
Parameters available for configuring Upzelo
Upzelo requires a configuration object to be passed into it to initialise.
It can be passed into window.upzelo.init
and/or window.upzelo.open
.
Parameters in red are required. Yellow is required conditionally.
Configuration Parameters
Callbacks
There are some available callbacks that you can use to further extend the functionality of Upzelo. They run alongside what Upzelo does and do not replace that functionality, therefore they are optional.
Where a callback has the responses
argument, it will be an array of Actions that the user saw (not all of the actions in the Flow), and whether an Action was accepted or not.
You should always check if it is defined before using it as there are a small number of cases where it might not be.
Last updated