Skip to content

HubSpot Contact List

Description

The HubSpot Contact List entity allows you to manage the relationship between contacts and static contact lists within your HubSpot CRM. This is especially useful for organizing contacts into targeted lists for campaigns, workflows, or segmentation.

The HubSpot Contact List activity enables workflows to programmatically add a contact to a list or remove them from a list, based on the configured operation and IDs provided.

Use this activity to:

  • Add – Add a contact to a specific HubSpot static list.
  • Remove – Remove a contact from a static list.

Use Case: After identifying a set of leads based on user actions or marketing segments, you can use this activity to add or remove them from relevant HubSpot contact lists for targeted email campaigns.

Input

Field NameDescriptionRequired for Operation
Add Contact IdID of the contact to add to a listAdd
Add Contact List IdID of the list to which the contact will be addedAdd
Remove Contact IdID of the contact to remove from a listRemove
Remove Contact List IdID of the list from which the contact will be removedRemove

Output

Output TypeFormatDescription
DataJSONOperation success response and status

Configuration Fields

Field NameDescription
ConnectionSelect a HubSpot connection (OAuth). Required for authentication.
OperationChoose from the supported operations:
  • Add
  • Remove
Add Contact IdID of the contact to add to a list. Required for Add.
Add Contact List IdID of the list to add the contact to. Required for Add.
Remove Contact IdID of the contact to remove from a list. Required for Remove.
Remove Contact List IdID of the list to remove the contact from. Required for Remove.

Sample Input

OperationRequired FieldsExample Input
AddAdd Contact Id, Add Contact List Id
Add Contact Id12345
Add Contact List Id56789
RemoveRemove Contact Id, Remove Contact List Id
Remove Contact Id12345
Remove Contact List Id56789

Sample Configuration

FieldValue
operationAdd
addContactId12345
addContactListId56789

Sample Output

Message
Contact 12345 added to list 56789 successfully.