La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
In a lead form, I need validate that the phone number enter by user is a real US phone number. Not just check if have the the 10 digits format but the area code is right too. Hubspot provide any integration for acomplish that? I'm doing some research but I can't find anything related to this and I think that put some js code into the form is not the right way to do it. Any feedback and suggestion are welcome. thanks!
In the past, I've recommended users custom code a form and make AJAX calls to an external validation service (e.g. numverify) before submitting the data to the v3 Forms API. (Customizing a form's embed code does not afford such flexibility.)
Hi rachaelsink! Not sure if HubSpot has released anything natively but there are 3rd party app integrations you can us.
We installed Real Contact Phone Grading HubSpot app by Trestle. The app can do a phone validation check, grade contact details, and email deliverability check all in one query! The Phone Activity Score is a very helpful data point to determine connected/disconnected phone line status.
To connect the HubSpot app with Trestle, you will need a Trestle API key which you can get for free here (link to sign up). Otherwise, it is fairly easy to install!
New contacts added to HubSpot will automatically be graded/verified with this app. Trestle also has batch processing options from their portal.
In the past, I've recommended users custom code a form and make AJAX calls to an external validation service (e.g. numverify) before submitting the data to the v3 Forms API. (Customizing a form's embed code does not afford such flexibility.)
Hi @IsaacTakushi ! thanks for the response and the approach. If would be great if some how the platform can provide some kind of integration for this scenarios(For example Zapier provide and 3rd Party Integration with RealPhoneValidation API maybe that would be an option for the platform).