<?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: How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238141#M3343</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1027992"&gt;@BGullu9&lt;/a&gt;&amp;nbsp;keep in mind that this workflow would not fire for every meeting - it would trigger exactly once for a contact, as re-enrollment based on meeting properties is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to&amp;nbsp;PATCH to /crm/v3/objects/meetings/{meetingId} -- see here:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-meetings-v3/guide" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/crm-meetings-v3/guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 17:19:09 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2026-01-02T17:19:09Z</dc:date>
    <item>
      <title>How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage?</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238127#M3340</link>
      <description>&lt;P&gt;Hi all! We log a lot of client meetings in HubSpot (many are created by a call-recording tool and appear as Meeting records). We’d like to auto-populate the HubSpot meeting field “Call and meeting type” with a small set of generic categories, e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Discovery&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Progression / later-stage&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Internal / non-sales&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Other&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;BR /&gt;Automatically classify each meeting so we can report historically by month (counts by type, basic outcomes, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;High-level rules &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If a meeting has no associated deal, stamp it as an early-stage/discovery-type meeting (with some guardrails).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If a meeting (contacts) is associated with a deal, set the meeting type based on the deal stage at the time of the meeting (early vs mid vs late stage).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Internal/vendor/non-customer meetings → “Other”.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;BR /&gt;I can’t find a reliable way to update “Call and meeting type” on Meeting records using standard workflow actions, and I’m not sure what the officially supported approach is even with Ops Hub / custom code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is “Call and meeting type” on Meetings editable via workflows (no-code or with custom code)? I can't find this option under "Edit a record" workflow action.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not, what’s the recommended pattern to achieve this without introducing a new custom field?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If yes, what’s the best-practice setup to set it using deal association + deal stage, in a way that runs for every new meeting?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks! Any pointers or screenshots of a working setup would really help.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:18:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238127#M3340</guid>
      <dc:creator>BGullu9</dc:creator>
      <dc:date>2026-01-02T16:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238128#M3341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1027992"&gt;@BGullu9&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Is “Call and meeting type” on Meetings editable via workflows (no-code or with custom code)? I can't find this option under "Edit a record" workflow action.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Unfortunately: no. There are no meeting-based workflows which means that meetings can't be enrolled in automation. Neither based on deal properties, nor based on anything else. This would require working with the HubSpot API and a custom code action. I don't see a way around that, unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:21:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238128#M3341</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2026-01-02T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238139#M3342</link>
      <description>&lt;P&gt;Many thanks, Karsten!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if it’s definitely possible to update meeting engagement properties (specifically Call &amp;amp; meeting type / hs_activity_type) using a HubSpot Private App token + Ops Hub custom code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve attached a screenshot of my workflow trigger. The approach is: when a meeting outcome is set to Completed (i.e., the meeting ends), the custom code would update Call &amp;amp; meeting type based on the associated deal and its stage at that time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workflow trigger.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/165097i784146F61CAA6CCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="workflow trigger.png" alt="workflow trigger.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 17:15:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238139#M3342</guid>
      <dc:creator>BGullu9</dc:creator>
      <dc:date>2026-01-02T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238141#M3343</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1027992"&gt;@BGullu9&lt;/a&gt;&amp;nbsp;keep in mind that this workflow would not fire for every meeting - it would trigger exactly once for a contact, as re-enrollment based on meeting properties is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to&amp;nbsp;PATCH to /crm/v3/objects/meetings/{meetingId} -- see here:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-meetings-v3/guide" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/crm-meetings-v3/guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 17:19:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238141#M3343</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2026-01-02T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1258485#M3434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1027992"&gt;@BGullu9&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good news, this is now possible with meeting-based workflows &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://app-eu1.hubspot.com/l/product-updates/?rollout=238066" target="_blank" rel="noopener noreferrer"&gt;https://app-eu1.hubspot.com/l/product-updates/?rollout=238066&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Meetings in Workflows&lt;/P&gt;
&lt;DIV class="Section__StyledSection-pfAyh dClCoQ" role="tabpanel"&gt;
&lt;DIV class="View__StyledView-dJETNi dlAvbH" data-test-id="details-panel-about-tab-content"&gt;
&lt;DIV class="View__StyledView-dJETNi dlAvbH"&gt;
&lt;DIV&gt;
&lt;H3 id="toc-hId-1115038705"&gt;&lt;STRONG&gt;What is it?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P style="margin: 0;"&gt;Meetings properties and automations are now available in workflows to help save time and automate tedious work!&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--692415758"&gt;&lt;STRONG&gt;Why does it matter?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P style="margin: 0;"&gt;Workflow automations can be created based on meeting bookings and meeting properties to save reps time and help progress deals forward.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-1795097075"&gt;&lt;STRONG&gt;How does it work?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P style="margin: 0;"&gt;When creating any workflow, users will now have access to any created meeting records and any properties on those meetings to use in automations.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Navigate to &lt;STRONG&gt;Automation &amp;gt; Workflows&lt;/STRONG&gt; and click &lt;STRONG&gt;"create workflow from scratch"&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;You can create a workflow that triggers when a meeting event is created by selecting &lt;EM&gt;Data values&lt;/EM&gt; &amp;gt; &lt;EM&gt;Record created&lt;/EM&gt;.&lt;/P&gt;
&lt;FIGURE&gt;&lt;/FIGURE&gt;
&lt;P style="margin: 0;"&gt;Select "Meeting" as the object for the trigger.&lt;/P&gt;
&lt;FIGURE&gt;&lt;/FIGURE&gt;
&lt;P style="margin: 0;"&gt;Complete the provided steps to define eligible records and re-enrollment settings.&lt;/P&gt;
&lt;FIGURE&gt;&lt;/FIGURE&gt;
&lt;P style="margin: 0;"&gt;Add any additional criteria to your workflow trigger (e.g. only trigger the workflow when call and meeting type is "discovery" or "demo"). You can also add additional criteria for objects associated to the current meeting (e.g. the associated contact or company).&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Continue to build your workflow by adding any actions that should be completed when the meeting is created.&lt;/P&gt;
&lt;FIGURE&gt;&lt;/FIGURE&gt;
&lt;P style="margin: 0;"&gt;For example, you could choose to create a deal record anytime a demo meeting is booked and automatically assign the deal to the meeting owner.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--12357388"&gt;&lt;STRONG&gt;Who gets it?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P style="margin: 0;"&gt;Marketing Hub Professional, Marketing Hub Enterprise, Data Hub Professional, Data Hub Enterprise, Sales Hub Professional, Sales Hub Enterprise, Service Hub Professional, Service Hub Enterprise, Smart CRM Professional, Smart CRM Enterprise&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 05:35:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1258485#M3434</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2026-03-13T05:35:19Z</dc:date>
    </item>
  </channel>
</rss>

