<?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: Auto creating Subscriptions in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1238588#M14403</link>
    <description>&lt;P&gt;I've implemented exactly this workflow for SaaS billing automation — here's what's natively possible vs. what needs a workaround:&lt;/P&gt;&lt;P&gt;**Part 1: Auto-create Subscription on Deal Close ✓**&lt;BR /&gt;Good news: You can trigger a workflow when "Deal Stage = Closed Won" and use the "Create Record" action to create a Subscription object. The associations to Company, Contact, and Deal happen automatically based on the deal's existing relationships. For the "Billing Contact" label, you'll need to add a "Set Association Label" action after creating the subscription (Professional+ feature).&lt;/P&gt;&lt;P&gt;**Part 2: Active Users → Line Items &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt;**&lt;BR /&gt;This is the tricky part. HubSpot workflows can't directly map custom deal properties into subscription line item quantities. Your options:&lt;BR /&gt;1. Use the HubSpot API via Make/Zapier to read the "Active Users" property and create the line item programmatically&lt;BR /&gt;2. Create a custom coded action in workflows (Operations Hub required) to push the value&lt;BR /&gt;3. Manual workaround: Create the subscription via workflow, then use a task to remind your team to add the line item&lt;/P&gt;&lt;P&gt;**Part 3: Invoice Associations ✓**&lt;BR /&gt;Invoices generated from subscriptions automatically inherit the subscription's associations to Company/Contact/Deal. You don't need additional workflow actions for this — it's built into the subscription billing engine.&lt;/P&gt;&lt;P&gt;**My Recommendation:**&lt;BR /&gt;Start with the workflow for Parts 1 &amp;amp; 3, then add a Make.com scenario to handle the Active Users → Line Item mapping via API. The HubSpot Subscriptions API endpoint supports line item creation with dynamic quantities.&lt;/P&gt;&lt;P&gt;Let me know if that works for you!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jan 2026 13:16:15 GMT</pubDate>
    <dc:creator>amjadkhatri</dc:creator>
    <dc:date>2026-01-05T13:16:15Z</dc:date>
    <item>
      <title>Auto creating Subscriptions</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1237769#M14393</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to automatically, through a workflow, create a Subscription and associate it to the Company, the Contact with the association lable = Billing Contact, and the recently closed Deal. The trigger should be upon closing the deal and moving it to Closed Won.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have a property in the Deal record called: Active Users, which basically is the number of active users on the client's account, pulled from our backend system. Can I have this number of active users as the Line Item in the Subscription and the Invoices?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I want to have the generated Invoices from this Subscription to, alos, be automatically associated with the same records the Subscription is associated with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it too much?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 12:52:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1237769#M14393</guid>
      <dc:creator>AAbu-Farha</dc:creator>
      <dc:date>2025-12-31T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auto creating Subscriptions</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1237822#M14396</link>
      <description>&lt;P&gt;Hi &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/702010"&gt;@AAbu-Farha&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not too much at all &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; — this is exactly the kind of automation flow a lot of teams aim for once they start using subscriptions + invoicing.&lt;/P&gt;
&lt;P&gt;I’d love to pull in a few folks from the Community who’ve built subscription/invoice automations and know what’s supported natively vs. what needs an integration.&lt;BR /&gt;&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/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt; &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/982454"&gt;@Karushna1&lt;/a&gt;&lt;/SPAN&gt; &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/832542"&gt;@CarolinaDeMares&lt;/a&gt;&lt;/SPAN&gt; — have you implemented workflows that (1) create subscriptions on Closed Won and auto-associate them to the deal/company/contact with labels, (2) map a deal property like “Active Users” into subscription line items/invoices, and (3) ensure invoices inherit the same associations? Any product-accurate guidance or known limitations would be super helpful here.&lt;/P&gt;
&lt;P&gt;Appreciate any insights!&lt;BR /&gt;Victor&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 16:56:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1237822#M14396</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2025-12-31T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auto creating Subscriptions</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1238588#M14403</link>
      <description>&lt;P&gt;I've implemented exactly this workflow for SaaS billing automation — here's what's natively possible vs. what needs a workaround:&lt;/P&gt;&lt;P&gt;**Part 1: Auto-create Subscription on Deal Close ✓**&lt;BR /&gt;Good news: You can trigger a workflow when "Deal Stage = Closed Won" and use the "Create Record" action to create a Subscription object. The associations to Company, Contact, and Deal happen automatically based on the deal's existing relationships. For the "Billing Contact" label, you'll need to add a "Set Association Label" action after creating the subscription (Professional+ feature).&lt;/P&gt;&lt;P&gt;**Part 2: Active Users → Line Items &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt;**&lt;BR /&gt;This is the tricky part. HubSpot workflows can't directly map custom deal properties into subscription line item quantities. Your options:&lt;BR /&gt;1. Use the HubSpot API via Make/Zapier to read the "Active Users" property and create the line item programmatically&lt;BR /&gt;2. Create a custom coded action in workflows (Operations Hub required) to push the value&lt;BR /&gt;3. Manual workaround: Create the subscription via workflow, then use a task to remind your team to add the line item&lt;/P&gt;&lt;P&gt;**Part 3: Invoice Associations ✓**&lt;BR /&gt;Invoices generated from subscriptions automatically inherit the subscription's associations to Company/Contact/Deal. You don't need additional workflow actions for this — it's built into the subscription billing engine.&lt;/P&gt;&lt;P&gt;**My Recommendation:**&lt;BR /&gt;Start with the workflow for Parts 1 &amp;amp; 3, then add a Make.com scenario to handle the Active Users → Line Item mapping via API. The HubSpot Subscriptions API endpoint supports line item creation with dynamic quantities.&lt;/P&gt;&lt;P&gt;Let me know if that works for you!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 13:16:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1238588#M14403</guid>
      <dc:creator>amjadkhatri</dc:creator>
      <dc:date>2026-01-05T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Auto creating Subscriptions</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1261111#M14978</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1012617"&gt;@amjadkhatri&lt;/a&gt;&amp;nbsp;the option to create a Subscription is not available anymore? I am trying to replicate this and it does not give me the option? Perhaps there has been an update since you proposed this solution.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 16:21:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1261111#M14978</guid>
      <dc:creator>AG-Novac</dc:creator>
      <dc:date>2026-03-22T16:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Auto creating Subscriptions</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1263527#M15032</link>
      <description>&lt;P&gt;Hi &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/923701"&gt;@AG-Novac&lt;/a&gt;&lt;/SPAN&gt; and welcome, it's a pleasure to have you here!&lt;BR /&gt;&lt;BR /&gt;Thanks for following up!&lt;BR /&gt;&lt;BR /&gt;I'd like to share these resources that might help:&lt;BR /&gt;&lt;BR /&gt;- &lt;A href="https://knowledge.hubspot.com/subscriptions/create-subscriptions" target="_blank"&gt;Create subscriptions&lt;/A&gt;&lt;BR /&gt;- &lt;A href="https://knowledge.hubspot.com/get-started/collect-payments-with-commerce-tools" target="_blank"&gt;Get started with HubSpot's commerce tools&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, I'd love to put you in touch with our Top Experts: Hi &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/123775"&gt;@danmoyle&lt;/a&gt;&lt;/SPAN&gt; and &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/9374"&gt;@trevordjones&lt;/a&gt;&lt;/SPAN&gt; do you have any insights to share with &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/923701"&gt;@AG-Novac&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Thanks so much and have a lovely day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 17:09:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Auto-creating-Subscriptions/m-p/1263527#M15032</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2026-03-31T17:09:59Z</dc:date>
    </item>
  </channel>
</rss>

