<?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: Enhanced Creations and Associations of Lists with Marketing Events via API in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053614#M869</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/16592"&gt;@MrJustinGivens&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 15:21:16 GMT</pubDate>
    <dc:creator>Jnix284</dc:creator>
    <dc:date>2024-10-11T15:21:16Z</dc:date>
    <item>
      <title>Enhanced Creations and Associations of Lists with Marketing Events via API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053604#M868</link>
      <description>&lt;P&gt;HubSpot is excited to introduce&lt;A href="https://developers.hubspot.com/docs/api/marketing/marketing-events" target="_blank"&gt; new API endpoints to associate contact lists with marketing events&lt;/A&gt; seamlessly. This functionality is particularly valuable for app developers who create marketing solutions on HubSpot’s marketplace, facilitating better event management and contact segmentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What's changing?&lt;/H2&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;&lt;STRONG&gt;Event-List Associations:&lt;/STRONG&gt; The ability to programmatically create, read, and delete associations between marketing events and contact lists through new API endpoints.&lt;/LI&gt;
&lt;LI aria-level="1"&gt;&lt;STRONG&gt;Improved Event Management:&lt;/STRONG&gt; This new functionality makes it easier to manage participants by segmenting them based on contact list association, providing developers with tools for better event management.&lt;/LI&gt;
&lt;LI aria-level="1"&gt;&lt;STRONG&gt;Efficiency:&lt;/STRONG&gt; Developers no longer need to manage event participants manually, improving operational efficiency and allowing for more targeted post-event marketing efforts.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;See below for the new endpoints for List and Event Association:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Create list association by Marketing Event ID: Associate a specific marketing event with a contact list using the event's unique ID.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;PUT /marketing/v3/marketing-events/associations/{marketingEventId}/lists/{listId}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Create list association by External Event IDs: Use external account and event IDs to create associations between marketing events and contact lists.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;PUT /marketing/v3/marketing-events/associations/{externalAccountId}/{externalEventId}/lists/{listId}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Read associated lists by Marketing Event ID: Retrieve all contact lists associated with a marketing event.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;GET /marketing/v3/marketing-events/associations/{marketingEventId}/lists&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Read associated lists by External Event IDs: Fetch lists associated with external event IDs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;GET /marketing/v3/marketing-events/associations/{externalAccountId}/{externalEventId}/lists&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Delete list association by Marketing Event ID: Remove the association between a marketing event and a contact list.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;DELETE /marketing/v3/marketing-events/associations/{marketingEventId}/lists/{listId}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Delete list association by External Event IDs: Remove the association between an external marketing event and a contact list.&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;DELETE /marketing/v3/marketing-events/associations/{externalAccountId}/{externalEventId}/lists/{listId}&lt;/PRE&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;When is it happening?&lt;/H2&gt;
&lt;P&gt;Developers can now use these new endpoints to simplify their event and contact list management processes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions or concerns? Please join the forum below for a peer-to-peer discussion.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:06:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053604#M868</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-10-11T15:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Creations and Associations of Lists with Marketing Events via API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053614#M869</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/16592"&gt;@MrJustinGivens&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:21:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053614#M869</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-10-11T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Creations and Associations of Lists with Marketing Events via API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053627#M870</link>
      <description>&lt;P&gt;Uh &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/420219"&gt;@hseligson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;you're faster to reply than me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:34:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053627#M870</guid>
      <dc:creator>MrJustinGivens</dc:creator>
      <dc:date>2024-10-11T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Creations and Associations of Lists with Marketing Events via API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053638#M871</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/16592"&gt;@MrJustinGivens&lt;/a&gt;&amp;nbsp;Sorry for not mentioning it yesterday!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:44:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053638#M871</guid>
      <dc:creator>hseligson</dc:creator>
      <dc:date>2024-10-11T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Creations and Associations of Lists with Marketing Events via API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053699#M872</link>
      <description>&lt;P&gt;and there I thought you would've been in the alpha&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/16592"&gt;@MrJustinGivens&lt;/a&gt;&amp;nbsp;🤦🏼‍&lt;span class="lia-unicode-emoji" title=":female_sign:"&gt;♀️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 16:55:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Enhanced-Creations-and-Associations-of-Lists-with-Marketing/m-p/1053699#M872</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-10-11T16:55:53Z</dc:date>
    </item>
  </channel>
</rss>

