# HubSpot - Add contact actions
These actions will allow you to add the records of an existing contact into lists and workflows. The details of the remove contact from contact list action is also included on this page.
# Add contacts into contact list
This action adds contact records that have already been created in the system toa contact list. You can add multiple records at once, either by VID or Email address. Up to 500 records can be added to a list in a single request.
Contact records can only be manually added to static lists and not dynamic lists.
# Input fields
Input field | Description | |
---|---|---|
List ID | The ID of the target contact list for contacts to be added to. | |
Identification method | Contact email | Adds the contact that corresponds to the email. |
Contact VID | Adds the contact that corresponds to the VID. |
# Output fields
Output field | Description |
---|---|
Updated | Contact IDs of any contacts that you have successfully added into the list. |
Discarded | Contact IDs of any contacts that you has been discarded. |
Invalid VIDs | IDs that does not belong to any existing contacts in your HubSpot instance. |
Invalid emails | Emails that does not belong to any existing contacts in your HubSpot instance. |
# Remove contact from contact list
This action will remove contacts from a specified contact list.
# Input fields
Input field | Description | |
---|---|---|
List ID | The ID of the target contact list for contacts to be removed from. | |
Contacts | Contacts source list | The array of contacts to be removed from the list |
Contact ID | Removes the contact that corresponds to the ID. |
# Output fields
Output field | Description |
---|---|
Updated | Contact IDs of any contacts that you have successfully removed from the list. |
Discarded | Contact IDs of any contacts that you has been discarded. |
Invalid VIDs | IDs that does not belong to any existing contacts in your HubSpot instance. |
Invalid emails | Emails that does not belong to any existing contacts 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 and then getting enrolled in a workflow that sends emails based on the content of that whitepaper.
# Input fields
Input field | Description |
---|---|
Workflow | Select the workflow you want 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: 4/5/2023, 11:28:53 AM