mindbox("async", {
operation: "OPERATION",
data: {
customer: {
email: "%email%",
subscriptions: [
{
brand: "BRAND",
pointOfContact: "Email"
}
]
},
customerAction: {
customFields: {
fortuneroll: "%customs.result%"
}
}
}
});