Hubspot Connector
Documentation
Version: 5
Documentation

Tables for Hubspot Connector


On this page you will see possible API actions you can perform with Hubspot connector. We will refer this as API Table or just Table.

Name Description Supported Operations
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
Companies No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_companies
INSERT create_companies
UPDATE update_companies
UPSERT
DELETE archive_companies
LOOKUP get_company
Contacts No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_contacts
INSERT create_contacts
UPDATE update_contacts
UPSERT
DELETE archive_contacts
LOOKUP get_contact
Deals No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_deals
INSERT create_deals
UPDATE update_deals
UPSERT
DELETE archive_deals
LOOKUP get_deal
LineItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_lineitems
INSERT create_lineitems
UPDATE update_lineitems
UPSERT
DELETE archive_lineitems
LOOKUP get_lineitem
Owners No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_owners
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
Products No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_products
INSERT create_products
UPDATE update_products
UPSERT
DELETE archive_products
LOOKUP get_product
Quotes No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_quotes
INSERT create_quotes
UPDATE update_quotes
UPSERT
DELETE archive_quotes
LOOKUP get_quote
Tickets No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_tickets
INSERT create_tickets
UPDATE update_tickets
UPSERT
DELETE archive_tickets
LOOKUP get_ticket