Send events
MBAutomation.sendEvent('EVENT_NAME');MBAutomation.sendEvent(
'purchase',
name: "PURCHASE",
metadata: {"quantity": 1},
);Last updated
MBAutomation.sendEvent('EVENT_NAME');MBAutomation.sendEvent(
'purchase',
name: "PURCHASE",
metadata: {"quantity": 1},
);Last updated