# HubSpot - Add contact actions
These actions allow you to add contact records to lists and workflows. The details of the Remove contact from list action are also included on this page.
DEPRECATION NOTICE
The following actions have been deprecated:
- The Add contacts into contact list action. Use the Add contact to list action instead.
- The Remove contact from contact list action. Use the Remove contact from list action instead.
# Add contact to list
This batch action adds existing contact records to a contact list. You can only add a contact to the static HubSpot list, not to the dynamic list.
Add contact to list action
# Input fields
Input field | Description | |
---|---|---|
List | The ID of the target contact list you plan to add contacts to. | |
Contact IDs | Contact IDs source list | The array of contacts to be added to the list. |
ID | The ID of the contact to be added to the list. |
# Output fields
Output field | Description |
---|---|
Record IDs removed | Record IDs of contacts that have been removed from the list. |
Record IDs added | Record IDs of contacts successfully added to the list. |
Record IDs missing | Record IDs of contacts not found in your HubSpot instance. |
# Remove contact from list
This batch action removes contacts from a specified contact list. You can only remove a contact from the static HubSpot list, not from the dynamic list.
Remove contacts from list action
# Input fields
Input field | Description | |
---|---|---|
List | The ID of the target contact list where you plan to remove contacts. | |
Contact IDs | Contact IDs source list | The array of contacts to be removed from the list. |
ID | The ID of the contact you plan to remove from the list. |
# Output fields
Output field | Description |
---|---|
Record IDs removed | Record IDs of contacts removed from the list. |
Record IDs added | Record IDs of contacts successfully added to the list. |
Record IDs missing | Record IDs of contacts not found in your HubSpot instance. |
# Add contact to workflow
This action is useful for adding contacts into a workflow in the event that the contact meets a set of criteria. For example, downloading a whitepaper that triggers a workflow to send emails based on the content of the downloaded whitepaper.
Add contacts to workflow action
# Input fields
Input field | Description |
---|---|
Workflow | The workflow you plan to enroll the contact into. |
Contact email | The email that corresponds to the contact to be added to the workflow |
# Output fields
There are no output fields from the response of this action.
Last updated: 3/11/2025, 10:58:21 PM