Create or Update
The Create or Update page allows you to add a new HubSpot company integration or update an existing one. This is used to store and manage company credentials for connecting with HubSpot.
Fields
-
Company Name
The name of the company to be integrated with HubSpot. -
Access Token
The access token used for authenticating API requests to HubSpot.
How It Works
When you fill in the Company Name and Access Token fields and click Save, the information is securely stored in the database.
You can use this page to create a new integration or update the credentials for an existing company.
SQL Queries
-- Insert new company integration
INSERT INTO hubspot_integrations (company_name, access_token)
VALUES ('Your Company Name', 'YourAccessToken');
-- Update existing company integration
UPDATE hubspot_integrations
SET access_token =