<?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 Creating company via domain name in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Creating-company-via-domain-name/m-p/235254#M14150</link>
    <description>&lt;P&gt;I am trying to create a company via its domain name through the API. Is this possible?&lt;/P&gt;
&lt;P&gt;I've been using the Hubspot API for quite some time now and things have been working flawlessly. I've been hesitating to research this one issue that I have because I'm afraid it's not possible. However, now that I'm expanding the functionality of my application, I am really curious to adding a company via its domain is popular at all.&lt;/P&gt;
&lt;P&gt;Any assistance would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Oct 2018 02:59:31 GMT</pubDate>
    <dc:creator>altjx</dc:creator>
    <dc:date>2018-10-12T02:59:31Z</dc:date>
    <item>
      <title>Creating company via domain name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Creating-company-via-domain-name/m-p/235254#M14150</link>
      <description>&lt;P&gt;I am trying to create a company via its domain name through the API. Is this possible?&lt;/P&gt;
&lt;P&gt;I've been using the Hubspot API for quite some time now and things have been working flawlessly. I've been hesitating to research this one issue that I have because I'm afraid it's not possible. However, now that I'm expanding the functionality of my application, I am really curious to adding a company via its domain is popular at all.&lt;/P&gt;
&lt;P&gt;Any assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 02:59:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Creating-company-via-domain-name/m-p/235254#M14150</guid>
      <dc:creator>altjx</dc:creator>
      <dc:date>2018-10-12T02:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating company via domain name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Creating-company-via-domain-name/m-p/235255#M14151</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/altjx"&gt;@altjx&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;You can certainly create a company via &lt;A href="https://developers.hubspot.com/docs/methods/companies/create_company"&gt;this endpoint&lt;/A&gt; and include the &lt;CODE&gt;domain&lt;/CODE&gt; property and value, but it's not &lt;EM&gt;required&lt;/EM&gt; in order to create a company record.&lt;/P&gt;
&lt;P&gt;Here's a simple &lt;CODE&gt;POST&lt;/CODE&gt; body that would create a company record for HubSpot:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
  "properties": [
    {
      "name": "name",
      "value": "HubSpot"
    },
    {
      "name": "domain",
      "value": "www.hubspot.com"
    }
  ]
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Oct 2018 14:27:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Creating-company-via-domain-name/m-p/235255#M14151</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-10-12T14:27:01Z</dc:date>
    </item>
  </channel>
</rss>

