Pull Contact list from a Marketing Email insights

Hello all,

Under the “Performance” tab under each Marketing Email, there is one module called “Top engaged contacts”, where you can filter by “Opens” and “Clicks”. Is there a way to extract the contacts there into a list? I dont see a Menu option or any button of the sort within the Marketing Email page. Maybe there is no direct way of showcasing these contacts in a list, but maybe we can pull them through other means?

Appreciate any advice!

Phone field value is cleared programmatically, but not reflected in UI

When using HubSpotFormsV4, calling form.setFieldValue() on the phone field clears the value in the form state, but the UI still displays the old value (the phone number remains visible in the input).

1. Enter phone number manually in the embedded HubSpot form (e.g. +34232131231)

2. Get the form instance:

const form = HubSpotFormsV4.getForms()[0];

3. Check current field value:

await form.getFormFieldValues();
// => [{ name: ‘0-1/phone’, value: ‘+34232131231’ }]

4. Try to clear the field:

form.setFieldValue(“0-1/phone”, “”);
// or
form.setFieldValue(“0-1/phone”, null);

5. Check form field values again:

await form.getFormFieldValues();
// => [{ name: ‘0-1/phone’, value: ” }]

The internal value is cleared, but UI still shows:

Screenshot 2025-07-17 at 12.02.25.png

Seismic embedded integration: (1) indicator shows up even if it’s only Launch Seismic button

When using the native Seismic integration in HubSpot, the (1) indicator shows up because there is one Seismic association present—even if it’s only the default Launch Seismic button and no actual Seismic content is linked. The count reflects the presence of the integration widget itself, not just attached documents or content.

This is expected behavior from the integration—HubSpot counts the panel or launch action as an association. If no specific Seismic assets are linked, the badge will still show (1) due to the button.

I coulw likt this to behave differently: Only show a count when content is truly linked. Please @hubspot consider this for product update.

Bulk create leads from contacts – auto-fill lead name?

When I bulk create leads from contacts (e.g. select 10 contacts → “Create lead”), I’m forced to enter a lead name. But obviously, I don’t want all 10 leads to have the same name. Ideally, the lead name should be the contact’s name.

Is there a way to auto-fill the lead name with the contact name? Or remove the required field? Any workaround?

Thanks!

Hubspot Test Accounts – Adjust Subscription Level

Is it possible to adjust a Hubspot Test Account’s subscription level?

I see that developers can make test accounts with Enterprise level subscriptions, but we have clients also at the Professional level of subscription, and I would love to be able to test our integration against that level as well.

The reasoning is that we have some specific features that require an Enterprise only API, so I need to figure out a way to enable the same feature for a non-Enterprise level client, and having a testing account that is not Free, but also not Enterprise would be helpful.

Hi everyone

It’s Mjay here, I’m excited to be part of this community. I’m here because I want to improve my sales skills and collaborate with you all.  I’m currently looking for an entry-level/graduate sales position. I look forward to sharing my knowledge as well as learn from you all. 

Lists Column View

In the Lists tool, it would be very helpful to be able to save the column view and make it to where it is only editable by the owner of the list. Right now, I share lists with my team and have to ensure that everyone updates their column views to get the accurate data which is very tedious. If it could be saved, then I could ensure that my team is all seeing the same data.

welcome all

Hello, I’m Mohamed, a SEO Specialist with experience in E-commerce, SaaS, and services markets. 2 years of experience, I strive to secure my skills in digital marketing departments and my technical skills in SEO, as well as automation and artificial intelligence agents.

Cannot read properties of null (useContext)

Hey People,


I am using HubSpot CMS React and trying to use components from the UI Library ( You can consider PrimeReact, ANT Design, Material UI ) inside a HubSpot Island, but I get errors like: “Cannot read properties of null (useContext).” I think the issue is that some UI components need setup that isn’t available inside an island. How can I use a UI component library inside HubSpot CMS React, especially inside a HubSpot Island? Are there any best practices or things I should avoid?