GOGETMUSCLE Community How to show grouped subscription details (by product) in the customer portal for each contact?

How to show grouped subscription details (by product) in the customer portal for each contact?

Hi everyone,

I’m trying to build something inside HubSpot where each customer can log in to the customer portal and see their own subscription details — grouped by products.

I have two main objects involved: Contacts and Subscriptions.
I’ve also created a few custom properties on the subscription object:

  • Product Name

  • Subscription Renewal Date

  • Amount

  • Total Hours

  • Hours Used

  • Hours Remaining

the last 4 properties are custom.

Here’s what I want to achieve:

  • When a contact logs in to the customer portal, they should see all their subscriptions preferrably in a box showing the above properties so they can track their hours and renewal info easily.

Additionally, I’d like to have an internal version of this same view/report for my team — grouped by Contact first and then by Subscription — so we can see the total hours, used hours, and remaining hours for all customers in one place.

I’d love to know the best way to achieve this setup — whether it’s through custom reports, HubSpot CMS pages, or any other approach that allows showing subscription data dynamically in the portal.

P.S : I use native commerce hub subscription object.

Thanks in advance for any suggestions or examples!

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

「コールの開始」をトリガーにしたワークフローは作動しないのか?「コールの開始」をトリガーにしたワークフローは作動しないのか?

以下画像のように、「コールの開始」をトリガーにした場合、ワークフローが一向に作動しません。 これはHubSpotのもともとの仕様なのでしょうか?   これをやりたい理由としては、コールが開始されたときのリードステータスを記録したいためです。 コールが開始されたときのリードステータスを記録するための方法として、以下があるかと思います。▼コールプロパティのトリガーを使った記録方法コールのレコードが作成されたことをトリガーに、コールに紐づくコンタクトのリードステータスを記録すれば、コール時のリードステータスを記録できます。しかし、これには問題点があります。コールのレコードが作成されるのは、コールが開始されてからしばらくなので、コンタクト担当者がコールを終えてすぐに、リードステータスを変更してしまうと、正しくない値が記録されてしまうのです。それを解消するべく、他の方法を考えて思いついたのが以下です。 ▼コンタクトプロパティのいったんコール時のリードステータスを記録する方法冒頭に貼った画像のように、コンタクトプロパティの「コールの開始」をトリガーにし、「最新コール時のリードステータス」というプロパティに、コール開始時のリードステータスを記録しておきます。後からコールのレコードが作成されたタイミングで、そのコールに対して、「最新コール時のリードステータス」を転記すれば、回りくどいですが、コールプロパティにコール時のリードステータスを記録できると考えたのです。 ですが、「コールの開始」をトリガーにしても、何も起きないのです。これはHubSpotの仕様上、どうにもならないことなのでしょうか?