[Shopify] Allow automatic phone number normalization
D
Daniel
Context
The client noticed that some of their Shopify customers are inputting phone numbers in an incorrect format, which is preventing WhatsApp messages from being sent to them
The Shopify phone number field is free-form, meaning customers can input anything without any validation
The client would like a mechanism to pre-process all numbers before they are pushed to SleekFlow, ensuring they include the correct country code and are in the proper format
Ask
Please help apply a company-country fallback to the Shopify sync path, so when a country code is missing, the number gets normalized automatically
This should cover the customer, order, and checkout webhook paths
Ideally, the normalization should follow the country setting of each store. For example, a UAE store would append +971, a KSA store would append +966, and so on