<?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: API integrations requirement for Event Registration in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1063932#M77875</link>
    <description>&lt;P&gt;Hey, &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/850364"&gt;@MunawarKazi1988&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; I have a few suggestions for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;If this integration is only for one specific portal, you can use Private Apps for the auth. If this is something that could potentially be used in multiple portals, you'll need to look into building a Public App and utilizing OAuth for the authentication&lt;/LI&gt;
 &lt;LI&gt;For either of the above auth options, detailed information on scopes, and what subscription levels are required, can be found here — Scopes (this is important as you don't want to use endpoints that require scopes that your portal doesn't have access to potentially)&lt;/LI&gt;
 &lt;LI&gt;For testing, I'd recommend creating an &lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#app-developer-accounts" target="_blank"&gt;&lt;STRONG&gt;App Developer&lt;/STRONG&gt;&lt;/A&gt; account and at least one &lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer Test account&lt;/STRONG&gt;&lt;/A&gt;. The Developer Test portal allows you to test your integration and not affect your production portal. They are free and offer most of the functionality of an Enterprise level portal&lt;/LI&gt;
 &lt;LI&gt;A few places to get stared with APIs are the CRM object endpoints — &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/objects/contacts" target="_blank"&gt;&lt;STRONG&gt;Contacts&lt;/STRONG&gt;&lt;/A&gt;, Companies, etc., Custom Marketing Events — &lt;A href="https://knowledge.hubspot.com/integrations/use-marketing-events" target="_blank"&gt;&lt;STRONG&gt;knowledge base&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/marketing/marketing-events?_ga=2.37862561.349945518.1730412824-290153702.1730412824" target="_blank"&gt;&lt;STRONG&gt;API&lt;/STRONG&gt;&lt;/A&gt; doc, and the &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/properties?uuid=1e9fb2f0-6e1d-423f-9f0b-5bdd4c3dcb4b" target="_blank"&gt;&lt;STRONG&gt;Properties API&lt;/STRONG&gt;&lt;/A&gt; if you need to create any custom properties&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Have fun building!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2024 20:40:05 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2024-11-01T20:40:05Z</dc:date>
    <item>
      <title>API integrations requirement for Event Registration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1063268#M77829</link>
      <description>&lt;P&gt;Hi, I’m&amp;nbsp;looking for some insight/help.&lt;/P&gt;&lt;P&gt;I’m organising an event and using a third-party company (Jemex - &lt;A href="https://www.jemexideas.com/" target="_blank"&gt;https://www.jemexideas.com/&lt;/A&gt;) to help with the registrations.&lt;/P&gt;&lt;P&gt;In our requirements for our registration system this year, I have asked our registration supplier, Jemex, to investigate the possibility of linking the registration system with HubSpot, so any registration, attendance and demographic lists can be communicated between the system automatically via an API and not Excel spreadsheets.&lt;/P&gt;&lt;P&gt;In a call this morning, Jemex, our supplier, asked if I have an&amp;nbsp;API integration document from HubSpot. Is this something that one of you could help with?&lt;/P&gt;&lt;P&gt;I’ve come across the below points but am not really sure how best to reply to our supplier Jemex with the correct information.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;HubSpot API Documentation&lt;/STRONG&gt;: HubSpot provides comprehensive API documentation, which can guide Jemex in developing a secure integration. You can access this at &lt;A href="https://developers.hubspot.com/docs/api/overview" target="_blank"&gt;HubSpot's Developer Documentation&lt;/A&gt;. This resource offers detailed information on endpoint specifications, authentication requirements, and example calls.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;API Scopes and Permissions&lt;/STRONG&gt;: For data security and functionality, check that Jemex is aware of the necessary API scopes—particularly regarding contact, event, and attendance data. Make sure the integration's permissions are scoped correctly to allow the sharing of registration, attendance, and demographic data.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Data Mapping and Field Alignment&lt;/STRONG&gt;: It’s best to map out the exact fields required from both systems (e.g., name, email, company, attendance status) to ensure consistency between the two databases. Clarifying these fields in advance helps avoid data misalignment and ensures relevant fields in HubSpot are prepared to accept incoming data.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Testing Environment&lt;/STRONG&gt;: If available, setting up a sandbox environment in HubSpot for testing purposes can be valuable. It allows Jemex to trial the integration without affecting live data, helping catch and resolve any issues before full deployment.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Error Handling and Sync Frequency&lt;/STRONG&gt;: Discuss with Jemex how often data syncs will occur (e.g., real-time or scheduled batch uploads) and ensure there’s a mechanism for error handling and retries, especially if the API experiences a temporary outage.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 14:24:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1063268#M77829</guid>
      <dc:creator>MunawarKazi1988</dc:creator>
      <dc:date>2024-10-31T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: API integrations requirement for Event Registration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1063932#M77875</link>
      <description>&lt;P&gt;Hey, &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/850364"&gt;@MunawarKazi1988&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; I have a few suggestions for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;If this integration is only for one specific portal, you can use Private Apps for the auth. If this is something that could potentially be used in multiple portals, you'll need to look into building a Public App and utilizing OAuth for the authentication&lt;/LI&gt;
 &lt;LI&gt;For either of the above auth options, detailed information on scopes, and what subscription levels are required, can be found here — Scopes (this is important as you don't want to use endpoints that require scopes that your portal doesn't have access to potentially)&lt;/LI&gt;
 &lt;LI&gt;For testing, I'd recommend creating an &lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#app-developer-accounts" target="_blank"&gt;&lt;STRONG&gt;App Developer&lt;/STRONG&gt;&lt;/A&gt; account and at least one &lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer Test account&lt;/STRONG&gt;&lt;/A&gt;. The Developer Test portal allows you to test your integration and not affect your production portal. They are free and offer most of the functionality of an Enterprise level portal&lt;/LI&gt;
 &lt;LI&gt;A few places to get stared with APIs are the CRM object endpoints — &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/objects/contacts" target="_blank"&gt;&lt;STRONG&gt;Contacts&lt;/STRONG&gt;&lt;/A&gt;, Companies, etc., Custom Marketing Events — &lt;A href="https://knowledge.hubspot.com/integrations/use-marketing-events" target="_blank"&gt;&lt;STRONG&gt;knowledge base&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/marketing/marketing-events?_ga=2.37862561.349945518.1730412824-290153702.1730412824" target="_blank"&gt;&lt;STRONG&gt;API&lt;/STRONG&gt;&lt;/A&gt; doc, and the &lt;A href="https://developers.hubspot.com/beta-docs/guides/api/crm/properties?uuid=1e9fb2f0-6e1d-423f-9f0b-5bdd4c3dcb4b" target="_blank"&gt;&lt;STRONG&gt;Properties API&lt;/STRONG&gt;&lt;/A&gt; if you need to create any custom properties&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Have fun building!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 20:40:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1063932#M77875</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-11-01T20:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: API integrations requirement for Event Registration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1064686#M77919</link>
      <description>&lt;P&gt;Hi Jaycee Lewis, thank you, I've; recieved the below from the Event registration company, could you advise best response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the Initial feedback from IT today, they asking should we focus on CRM service in HubSpot. If yes, we should use the API Guides under the CRM and mainly the below API endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create contacts&lt;/LI&gt;&lt;LI&gt;Update contacts&lt;/LI&gt;&lt;LI&gt;Associations (associate the contact with&amp;nbsp;existing records&amp;nbsp;or&amp;nbsp;activities)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you let us know what is the services you are using in HubSpot. Please create an App developer account and Developer Test account for us if you can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;For testing, I'd recommend creating an&amp;nbsp;&lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#app-developer-accounts" target="_blank"&gt;&lt;STRONG&gt;App Developer&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;account and at least one&amp;nbsp;&lt;A href="https://developers.hubspot.com/beta-docs/getting-started/account-types#developer-test-accounts" target="_blank"&gt;&lt;STRONG&gt;Developer Test account&lt;/STRONG&gt;&lt;/A&gt;. The Developer Test portal allows you to test your integration and not affect your production portal. They are free and offer most of the functionality of an Enterprise level portal&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:42:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1064686#M77919</guid>
      <dc:creator>MunawarKazi1988</dc:creator>
      <dc:date>2024-11-04T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: API integrations requirement for Event Registration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1067950#M78107</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;possible ot come back on the above please?&lt;BR /&gt;&lt;BR /&gt;and a question for mthe events registratio ncompany -&amp;nbsp;Do you have the app developer account and developer test account for us? So that we can look into it further.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I check if we have a app delveoper account?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 16:53:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1067950#M78107</guid>
      <dc:creator>MunawarKazi1988</dc:creator>
      <dc:date>2024-11-11T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: API integrations requirement for Event Registration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1085696#M79067</link>
      <description>&lt;P&gt;Hey, &lt;SPAN class="mention" data-mention="@MunawarKazi1988"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/850364"&gt;@MunawarKazi1988&lt;/a&gt;&lt;/SPAN&gt; I hope you figured this out. For others who may have the same question, there isn't an obvious flag for dev accounts. You can “name” them something obvious so they are easier to find. Or you can navigate to your list of portals and search there. See screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2024-12-19 at 10.09.52@2x.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/134364i80161BBFE96180F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2024-12-19 at 10.09.52@2x.png" alt="CleanShot 2024-12-19 at 10.09.52@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also&amp;nbsp;tell you are in the correct place because the sidebar menu is different:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2024-12-19 at 10.13.53@2x.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/134365iDE7FD7408033E064/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2024-12-19 at 10.13.53@2x.png" alt="CleanShot 2024-12-19 at 10.13.53@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee &lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:14:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-integrations-requirement-for-Event-Registration/m-p/1085696#M79067</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-12-19T17:14:59Z</dc:date>
    </item>
  </channel>
</rss>

