When customers register, subscribe, or place orders, they may enter invalid contact details (e.g. 19777777777, not@real.com). If the system batch merges customers having such contact details, it mixes up valid phone numbers and emails with invalid ones. A blocklist is used to prevent adding invalid contact details. This list already contains the most common invalid details. You may add other contact details to the list or remove redundant ones.Documentation Index
Fetch the complete documentation index at: https://help.maestra.io/llms.txt
Use this file to discover all available pages before exploring further.
What happens to invalid details
- No data will be saved if the customer enters only invalid contact details when registering, subscribing, or placing orders.
- If the customer enters both invalid and valid details and/or IDs, their valid data will be saved, and invalid contact details will be discarded.
- Upon editing, invalid contact details will not be saved.
- Maestra filters data automatically every time it’s uploaded: whether files are imported manually or automatically, or when API methods are called.
API v3 Methods
The same rules apply to asynchronous and synchronous API methods without mandatory validation. If for a specific API method the “API method returns validation errors” option is enabled and the contact details are invalid, the system will not save the data. To view notifications about invalid contact details, go to Integration settings → API error logs.What to do with invalid contact details detected during import
Imagine you import a customer base or an order base and an issue is generated on too many merges or edits of customer details. This can indicate that there were invalid contact details in the import file. What to do:- Analyze recurring phone numbers and emails, including those that triggered merges and edits (shown in the issue notification).
- If they are invalid, add them to the list of invalid contact details.
- Delete the imported data.
- Re-import it. The invalid contact details will be discarded.