Add an Object Record
Add an Object Record
Add company
Adds a new company.
Add contact
Adds a new contact. An error occurs if the email already exists. If a company name is found, the contact is associated with the company. Emits the contact ID if added.
Add contact to list
Adds a contact to the specified contact list.
Add contact to named list
Adds a contact to the contact list specified by name.
Add deal
Creates a new deal and optionally associates it with a contact and/or company.
Add meeting
Creates a meeting engagement.
Add or update company
Adds a new company if the name does not already exist, otherwise updates the existing company. Only non-empty properties are updated.
Add or update contact
Adds or updates a contact. If a company name is found, the contact is associated with the company. The ID of the added/updated contact is emitted as output.
Add or update deal
Searches for a deal by name. If found it updates it, if not it adds it.
If a contact email or company name is provided, the deal is associated with them if found.
Add ticket
Adds a new ticket.
Append company multi-select property dropdown values
Appends one or more dropdown values to a company multi-select property. An error occurs if the named property is not found.
Append contact dropdown property values
Appends one or more values to a contact dropdown property. An error occurs if the named property is not found.
Append contact multi-select property dropdown values
Appends one or more dropdown values to a contact multi-select property. An error occurs if the named property is not found.
Append deal dropdown property values
Appends one or more values to a deal dropdown property. An error occurs if the named property is not found.
Append deal multi-select property dropdown values
Appends one or more dropdown values to a deal multi-select property. An error occurs if the named property is not found.
Clear contact property value
Erases the value of specified property for the specified contact.
Create a company property group
Creates a company property group. No error occurs if the group already exists.
Create a company property: boolean checkbox
Creates a boolean checkbox company property. No error occurs if the property already exists.
Create a company property: dropdown select
Creates a dropdown select list company property. No error occurs if the property already exists.
Create a company property: multi-select
Creates a multi-select list company property. No error occurs if the property already exists.
Create a company property: single value
Creates a company property that can be a single value such as text strings, numbers, dates, and datetimes. No error occurs if the property already exists.
Create a contact list
Creates a contact list. An error occurs if the list already exists.
Create a contact property group
Creates a contact property group. No error occurs if the group already exists.
Create a contact property: boolean checkbox
Creates a boolean checkbox contact property. No error occurs if the property already exists.
Create a contact property: dropdown select
Creates a dropdown select list contact property. No error occurs if the property already exists.
Create a contact property: multi-select
Creates a multi-select list contact property. No error occurs if the property already exists.
Create a contact property: single value
Creates a contact property that can be a single value such as text strings, numbers, dates, and datetimes. No error occurs if the property already exists.
Create a deal pipeline and stages
Creates a new deal pipeline and up to 10 stages.
Create a deal property
Creates a deal property. No error occurs if the property already exists.
Create a deal property group
Creates a deal property group. No error occurs if the group already exists.
Create a deal property: boolean checkbox
Creates a boolean checkbox deal property. No error occurs if the property already exists.
Create a deal property: dropdown select
Creates a dropdown select list deal property. No error occurs if the property already exists.
Create a deal property: multi-select
Creates a multi-select list deal property. No error occurs if the property already exists.
Create a note engagement
Creates a note engagement.
Create an email engagement
Creates a new engagement.
Create association
Creates an association between two objects
Create association type
Creates an association type between two objects. An error occurs if the association already exists.
Create association: contact to contact
Creates an association between two contacts
Create custom association
Creates an association between two objects using a custom association type. Use the "get association types" action to obtain the custom association type.
CRM card: append iframe menu option
Appends a menu option that opens an iframe to the CRM card JSON.
CRM card: set display values
Sets the values to be displayed in a custom card.
Delete contact list
Deletes a contact list specified by ID.
Delete contact secondary email
Deletes the specified secondary email for the specified contact. An error will occur if either the contact or secondary email is not found.
Find company by name
Searches for a company by name (case-insensitive) and emits the company's ID. Zero, one, or multiple ID's may be emitted.
Find company by property
Searches for a company by property (case-insensitive) and emits the company's information. Only the first matching company is emitted. If no matches are found, an error occurs.
Find contact by email
Finds a contact by email. If the contact is not found, no information is emitted and no error occurs.
Find contact by property
Searches for a contact by property (case-insensitive) and emits the contact's information. Only the first matching contact is emitted. If no matches are found, an error occurs.
Find contacts by property
Returns contact IDs for all contacts matching the specified property value.
Find deal by name
Searches for a deal by name (case-insensitive) and emits the company's ID. Zero, one, or multiple ID's may be emitted.
Find deal by property
Searches for a deal by property (case-insensitive) and emits its information. Only the first matching deal is emitted. If no matches are found, an error occurs.
Find deals associated to contact
Returns up to 100 deal IDs associated with the specified contact
Find owner by email
Fetches owner details for an owner with the specified email address.
Find pipeline by name
Finds a pipeline provided its name and its type.
Find recently modified deals
Returns recently modified deals.
Get all contact lists
Returns the names and ID's of all contact lists.
Get association types
Returns all association types between the specified two object types.
Get company
Returns company details for the specified ID.
Get contact
Returns contact details for the specified ID.
Get contact secondary emails
Returns all secondary emails for the specified contact.
Get deal
Returns details for the deal with the specified ID.
Get object property info
Returns information for the specified property for the specified company, contact, or deal object type.
Get owner
Returns details for the owner with the specified ID.
Get ticket
Returns details for the ticket with the specified ID.
Merge contacts
Merge two contact records. The contact ID will be treated as the primary contact, and the contact ID to merge will be treated as the secondary contact. Most recent property values such as email and name will overwrite older values. For more information please visit: https://knowledge.hubspot.com/contacts/how-do-i-merge-contacts#what
Parse property option errors
Emits arrays of property and option names parsed from the input error message. Empty arrays are emitted if the input error message is empty.
Remove contact from list
Removes a contact from the specified contact list.
Two-way sync add or update a contact
An action for two-way syncing new and updated contacts, with enhanced on-the-fly mapping using contact email addresses for matching. Can only be used with enhanced two-way sync triggers that support on-the-fly mapping.
Update company
Updates an existing company specified by ID
Update company multi-select property - check value
Updates the specified multi-select property for the specified company such that the specified value is checked if not already checked.
Update company multi-select property - uncheck value
Updates the specified multi-select property for the specified company such that the specified value is unchecked (removed).
Update company properties
Updates the values of up to 6 specified properties for the specified company.
Update contact
Updates an existing contact specified by ID
Update contact multi-select property - check value
Updates the specified multi-select property for the specified contact such that the specified value is checked if not already checked.
Update contact multi-select property - uncheck value
Updates the specified multi-select property for the specified contact such that the specified value is unchecked (removed).
Update contact properties
Updates the values of up to 6 specified properties for the specified contact.
Update deal
Updates an existing deal specified by ID
Update deal multi-select property - check value
Updates the specified multi-select property for the specified deal such that the specified value is checked if not already checked.
Update deal multi-select property - uncheck value
Updates the specified multi-select property for the specified deal such that the specified value is unchecked (removed).
Update deal properties
Updates the values of up to 6 specified properties for the specified deal.