Handling offers
Handling offer flow
{
"initial_screen": {
"type": "jsonlogic",
"schema": {
"if": [
{
"===": [
{
"var": "flags.offer_accepted"
},
true
]
},
"summary",
"start"
]
}
}
}Last updated