<?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 Re: create new contact with prefilled phone number in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010690#M75041</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/794297"&gt;@KhushbooP11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Love the idea of using the extensions! I'm curious how you envision the extennsions being implemetented in your proposed solution?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 14:20:31 GMT</pubDate>
    <dc:creator>Kevin-C</dc:creator>
    <dc:date>2024-07-16T14:20:31Z</dc:date>
    <item>
      <title>create new contact with prefilled phone number</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010637#M75035</link>
      <description>&lt;P&gt;We're a phone company, I've built for a client a chrome extension that will pop up on every incoming call, if its from a existing contact my client clicks on the popup and the contacts page opens, my client wants that if the number isnt in the contacts yet it should open a "Create Contact" page with the phone number already prefilled, is it possible? if yes please provide the documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 12:52:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010637#M75035</guid>
      <dc:creator>SRosenberg1</dc:creator>
      <dc:date>2024-07-16T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: create new contact with prefilled phone number</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010659#M75036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/669741"&gt;@SRosenberg1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, it's possible to achieve this functionality with the Chrome Extension by using HubSpot's CRM API.&lt;BR /&gt;&lt;BR /&gt;You can integrate the extension to check if the incoming number exists in contacts.&lt;BR /&gt;&lt;BR /&gt;If not, open a "Create Contact" page with the phone number prefilled using HubSpot's CRM Extensions API.&lt;BR /&gt;&lt;BR /&gt;You can find documentation on HubSpot's CRM Extensions API &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/extensions/crm-cards" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 13:45:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010659#M75036</guid>
      <dc:creator>KhushbooP11</dc:creator>
      <dc:date>2024-07-16T13:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: create new contact with prefilled phone number</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010687#M75040</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/669741"&gt;@SRosenberg1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are at least a few ways this could be done depending on the experience you want your users to have.&lt;/P&gt;
&lt;P&gt;In my opinion the best route might be the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://knowledge.hubspot.com/forms/how-can-i-allow-form-submissions-without-email-addresses-to-create-contacts-in-hubspot#allow-form-submissions-without-email-addresses-to-create-contacts:~:text=a%20new%20contact.-,Allow%20form%20submissions%20without%20email%20addresses%20to%20create%20contacts,-To%20turn%20on" target="_blank" rel="noopener"&gt;Allow form submissions to be created without emails&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRIKE&gt;Make the phone number field required for contacts&lt;/STRIKE&gt;
&lt;OL&gt;
&lt;LI&gt;This only works if you use a text property rather than a phone number property but would allow you to use the phone number aas an identifier rather than email&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;When the Chrome Extension detects that the contact does not exist, use the &lt;A href="https://developers.hubspot.com/beta-docs/reference/api/crm/objects/contacts#post-%2Fcrm%2Fv3%2Fobjects%2Fcontacts" target="_blank" rel="noopener"&gt;create contact API endpoint&lt;/A&gt; to create the record with the phone number&lt;/LI&gt;
&lt;LI&gt;The responce to that request will return a contact ID, use the contact ID to construct the HS cpnotact record URL and redirect the browser to this page&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This flow would create the most user friendly experience for your case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions please don't hesistate to reach out!&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 14:19:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010687#M75040</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2024-07-16T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: create new contact with prefilled phone number</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010690#M75041</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/794297"&gt;@KhushbooP11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Love the idea of using the extensions! I'm curious how you envision the extennsions being implemetented in your proposed solution?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 14:20:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/create-new-contact-with-prefilled-phone-number/m-p/1010690#M75041</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2024-07-16T14:20:31Z</dc:date>
    </item>
  </channel>
</rss>

