@waseem_197
It sounds like there might be an issue with the way the phone numbers are being formatted before they are passed to the API. The API might be defaulting to the US country code (+1) if it's not receiving the correct international dialing format for other countries.
To resolve this, you'll need to ensure that the phone numbers submitted through the type form include the correct country code and are formatted properly before they are sent to the API. Here are a few steps you can take:
1. Verify that the type form is capturing the full international number, including the country code.
2. Check the automation or script that processes the form submission to ensure it's not inadvertently adding +1 to all numbers.
3. If necessary, adjust the automation to correctly format international numbers according to the E.164 standard, which typically requires a '+' followed by the country code and the subscriber number.
If you need assistance with checking or modifying the automation script, please provide more details about how it's currently set up, and I can guide you through the necessary changes. If the issue persists after these checks, please ask support for more info on this.