<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Real Phone Number Validation in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269437#M24327</link>
    <description>&lt;P&gt;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!&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 20:42:14 GMT</pubDate>
    <dc:creator>yhernandez</dc:creator>
    <dc:date>2019-05-09T20:42:14Z</dc:date>
    <item>
      <title>Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269437#M24327</link>
      <description>&lt;P&gt;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!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 20:42:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269437#M24327</guid>
      <dc:creator>yhernandez</dc:creator>
      <dc:date>2019-05-09T20:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269854#M24368</link>
      <description>&lt;P&gt;Welcome,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/94085"&gt;@yhernandez&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, there are no existing &lt;A href="https://www.hubspot.com/integrations" target="_self"&gt;HubSpot integrations or services&lt;/A&gt; which can validate phone numbers client-side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past, I've recommended users custom code a form and make AJAX calls to an external validation service (e.g. &lt;A href="https://numverify.com/" target="_self"&gt;numverify&lt;/A&gt;) before submitting the data to the &lt;A href="https://developers.hubspot.com/docs/methods/forms/submit_form_v3" target="_self"&gt;v3 Forms API&lt;/A&gt;. (&lt;A href="https://developers.hubspot.com/docs/methods/forms/advanced_form_options" target="_self"&gt;Customizing a form's embed code&lt;/A&gt; does not afford such flexibility.)&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 17:05:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269854#M24368</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-05-13T17:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269857#M24369</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt; ! 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 &lt;A href="https://realphonevalidation.com/" target="_blank" rel="noopener"&gt;RealPhoneValidation API &lt;/A&gt;maybe that would be an option for the platform).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 17:14:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/269857#M24369</guid>
      <dc:creator>yhernandez</dc:creator>
      <dc:date>2019-05-13T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/270043#M24387</link>
      <description>&lt;P&gt;I hear you,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/94085"&gt;@yhernandez&lt;/a&gt;. Appreciate the feedback!&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 14:23:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/270043#M24387</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-05-14T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/270999#M24506</link>
      <description>&lt;P&gt;This is one of XConnect's core services. &amp;nbsp;We would love to work with Hubspot to make this native functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.xconnect.net/services/number-validation/" target="_blank" rel="noopener"&gt;www.xconnect.net/number-validation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 12:03:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/270999#M24506</guid>
      <dc:creator>leesuker</dc:creator>
      <dc:date>2019-05-21T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/564450#M50429</link>
      <description>&lt;P&gt;Is this availble yet?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 19:03:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/564450#M50429</guid>
      <dc:creator>JCreedon2</dc:creator>
      <dc:date>2022-01-27T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1068591#M78167</link>
      <description>&lt;P&gt;Has there been any changes to this ask since 2019? I have a HubSpot customer asking me of this same request.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:03:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1068591#M78167</guid>
      <dc:creator>rachaelsink</dc:creator>
      <dc:date>2024-11-12T21:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1082307#M78899</link>
      <description>&lt;P&gt;Hi rachaelsink! Not sure if HubSpot has released anything natively but there are 3rd party app integrations you can us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We installed&amp;nbsp;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/trestle-real-contact-2019920?" target="_blank" rel="noopener"&gt;Real Contact Phone Grading&lt;/A&gt; 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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To connect the HubSpot app with Trestle, you will need a Trestle API key which you can get for free here (&lt;A href="https://portal.trestleiq.com/signup?" target="_blank" rel="noopener"&gt;link to sign up&lt;/A&gt;). Otherwise, it is fairly easy to install!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;New contacts added to HubSpot will automatically be graded/verified with this app.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Trestle also has batch processing options from their portal.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:25:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1082307#M78899</guid>
      <dc:creator>K_Foster</dc:creator>
      <dc:date>2024-12-11T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1181738#M83480</link>
      <description>&lt;P&gt;Hey yhernandez,&lt;BR /&gt;You are right, just checking if a number has 10 digits isn’t enough. You want to make sure it's a real number, with a valid area code and correct format, especially for the US.&lt;BR /&gt;I’ve set up a smooth solution using Zapier, OpenAI, and Numverify, all without needing to write a single line of code. Here’s how it works:&lt;BR /&gt;&lt;STRONG&gt;Step 1: Format the Number with OpenAI&lt;/STRONG&gt;&lt;BR /&gt;When someone submits a phone number in a HubSpot form, Zapier picks it up. Then I use OpenAI’s prompt step to clean it up and make sure it’s in the correct international format (e.g., removes spaces, symbols, and ensures the right prefix like +1 for the US or +353 for Ireland).&lt;BR /&gt;Here’s how that prompt looks inside Zapier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image2.png" style="width: 896px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/151769i8BC1C750DA849B89/image-size/large?v=v2&amp;amp;px=999" role="button" title="image2.png" alt="image2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;Step 2: Validate with Numverify&lt;/STRONG&gt;&lt;BR /&gt;Next, I send the cleaned number to Numverify using another step in Zapier. Numverify checks whether it’s a real, active number, validates the area code, and even returns carrier and location details.&lt;BR /&gt;Here’s what my setup looks like when sending the number to Numverify:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image3.png" style="width: 904px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/151770i8CC43D4CF3E500EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image3.png" alt="image3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this is what you get back – validation results and more:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image1.png" style="width: 890px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/151771i66985731516FF66C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image1.png" alt="image1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3: Use the Results&lt;/STRONG&gt;&lt;BR /&gt;Once the number is verified, you can use Zapier to:&lt;BR /&gt;Update the contact in HubSpot with a formatted number&lt;BR /&gt;Add a custom tag like “Valid Number.”&lt;BR /&gt;Or even notify your sales team if the number is invalid&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Why This Setup Works:&lt;BR /&gt;It’s fully automated – no manual checking&lt;BR /&gt;Works for US, Canada, and global numbers&lt;BR /&gt;No coding needed (no JS in your forms!)&lt;BR /&gt;Integrates directly with HubSpot via Zapier&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps you save time and avoid calling fake or invalid numbers&lt;BR /&gt;Let me know if you want help setting up the Zap!&lt;BR /&gt;— Aanchal&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 10:58:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1181738#M83480</guid>
      <dc:creator>AChau556</dc:creator>
      <dc:date>2025-07-28T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1181743#M83481</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/835063"&gt;@AChau556&lt;/a&gt;&lt;/SPAN&gt; and welcome, we are so glad to have you on the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing this workaround with us!&lt;BR /&gt;&lt;BR /&gt;For information, we now have a native HubSpot validation for phone numbers, here is the article &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/94085"&gt;@yhernandez&lt;/a&gt;: "&lt;A href="https://knowledge.hubspot.com/properties/phone-number-property-validation" target="_blank"&gt;Set up phone number property validation&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;I hope it helps!&lt;BR /&gt;&lt;BR /&gt;Have a lovely day!&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 11:05:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1181743#M83481</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-07-28T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Real Phone Number Validation</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1254442#M86964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/94085"&gt;@yhernandez&lt;/a&gt;&amp;nbsp;just last year Hubspot did release a new format and validate action built into workflows though it only tells you about whether the structure of the number is valid. I've built an app that might be useful so I was hoping I could throw it into the thread.&lt;BR /&gt;It's called Clean Dial and uses a third party api to lookup which phone numbers are live real-time and confirms the location. It works as an action in workflows. I wrote &lt;A href="http://www.daeda.tech/blogs/stop-the-data-bleed-how-to-cut-phone-number-spam-and-protect-your-crm-database?utm_source=hs_community_forums" target="_blank" rel="noopener"&gt;this&lt;/A&gt; blog piece about using HLR to keeping numbers in the CRM real. Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 07:15:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Real-Phone-Number-Validation/m-p/1254442#M86964</guid>
      <dc:creator>TTolley</dc:creator>
      <dc:date>2026-02-27T07:15:09Z</dc:date>
    </item>
  </channel>
</rss>

