Customer information fields
customerInfo
Available fields for The meta field
The meta field allows to save any arbitrary information. Use snake case, eg.
mmob.init({
customerInfo: {
meta: {
random_id: 'xxxxx',
},
},
});
Requirements
In the snippet, customerInfo is required but all fields are optional. We do suggest however that you provide as much information as you can to allow users to join services without having to ask for missing fields whenever a provider requires them.
Was this page helpful?