Is it possible to remove Contacts from a Static List as part of an upload?
I have a number of changes to make to about 120 Contacts so would prefer not to have to go through each one manually. One of the changes is to remove them from a Static List. Is it possible, and how do I do it, to do this change as part of the upload with all the other changes?
(Obviously, adding them to a Static List is easy on upload)
No, the HubSpot UI does not allow you to remove contacts from the Static List during deployment.
Solution using API:
You can use HubSpot’s API to remove contacts from the Static List. Specifically, you will use the Lists API and the Contacts API to systematically remove contacts.
Another solution:
Another option is to update a property (e.g., "remove from static list = yes") during creation. Once the property is updated, you can create a filter based on this property and manually remove contacts from the static list in bulk.
I have Workflows that interact with the current Static List so I'll need to think through whether or not to implement your solution, considering. But thanks for the help!