INTEGRATION

HubSpot actions

Manage contacts, companies, deals, and tickets in the HubSpot CRM

Actions
28
Maintained by
Flomation

Every HubSpot action

  • Association: Link RecordsLink two HubSpot records with the default association, e.g. attach a contact to a company or a deal. Direction is from -> to.
  • Association: Unlink RecordsRemove the association between two HubSpot records. Direction is from -> to.
  • Company: CreateCreate a new company in HubSpot. Set common fields directly or add any other property via Additional Properties. Returns the company ID.
  • Company: DeleteArchive (soft-delete) a HubSpot company by its ID.
  • Company: GetRetrieve a HubSpot company by its ID. Optionally request specific properties and associated object types.
  • Company: ListList HubSpot companies a page at a time. Pass the returned After cursor to fetch the next page.
  • Company: SearchSearch HubSpot companies by free text or a property filter (e.g. domain EQ acme.com). Returns matching companies.
  • Company: UpdateUpdate properties on an existing HubSpot company. Only the fields you set are changed.
  • Contact: CreateCreate a new contact in HubSpot. Set common fields directly or add any other property via Additional Properties. Returns the contact ID.
  • Contact: DeleteArchive (soft-delete) a HubSpot contact by its ID.
  • Contact: GetRetrieve a HubSpot contact by its ID. Optionally request specific properties and associated object types.
  • Contact: ListList HubSpot contacts a page at a time. Pass the returned After cursor to fetch the next page.
  • Contact: SearchSearch HubSpot contacts by free text or a property filter (e.g. email EQ jane@example.com). Returns matching contacts.
  • Contact: UpdateUpdate properties on an existing HubSpot contact. Only the fields you set are changed.
  • Deal: CreateCreate a new deal in HubSpot. Set common fields directly or add any other property via Additional Properties. Returns the deal ID.
  • Deal: DeleteArchive (soft-delete) a HubSpot deal by its ID.
  • Deal: GetRetrieve a HubSpot deal by its ID. Optionally request specific properties and associated object types.
  • Deal: ListList HubSpot deals a page at a time. Pass the returned After cursor to fetch the next page.
  • Deal: SearchSearch HubSpot deals by free text or a property filter (e.g. dealstage EQ closedwon). Returns matching deals.
  • Deal: UpdateUpdate properties on an existing HubSpot deal. Only the fields you set are changed.
  • List: Add ContactsAdd contacts to a HubSpot static list by contact ID and/or email address. Only works on static (not dynamic) lists.
  • List: Remove ContactsRemove contacts from a HubSpot static list by contact ID. Only works on static (not dynamic) lists.
  • Ticket: CreateCreate a new support ticket in HubSpot. Set common fields directly or add any other property via Additional Properties. Returns the ticket ID.
  • Ticket: DeleteArchive (soft-delete) a HubSpot ticket by its ID.
  • Ticket: GetRetrieve a HubSpot ticket by its ID. Optionally request specific properties and associated object types.
  • Ticket: ListList HubSpot tickets a page at a time. Pass the returned After cursor to fetch the next page.
  • Ticket: SearchSearch HubSpot tickets by free text or a property filter (e.g. hs_ticket_priority EQ HIGH). Returns matching tickets.
  • Ticket: UpdateUpdate properties on an existing HubSpot ticket. Only the fields you set are changed.

Wire HubSpot into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a HubSpot step can sit between a form, a database and a message without any glue code.