Connect to your users’ HubSpot accounts.
You can find your HubSpot application credentials by visiting your HubSpot developer dashboard.
You’ll need the following information to set up your HubSpot App with Paragon Connect:
Paragon provides a redirect URL to send information to your app. To add the redirect URL to your HubSpot app:
Log in to your HubSpot developer dashboard.
Click Manage apps, then select the app you’d like to connect to Paragon.
Under Auth > Auth settings > Redirect URL, paste-in Paragon Connect’s redirect URL found in Step 1.
Note: crm.schemas.custom.read
is a required scope to enable Field Mapping in the Connect Portal.
HubSpot provides your Client ID and Client Secret needed for the next step.
Select HubSpot from the Integrations Catalog.
Under Integrations > Connected Integrations > HubSpot > Settings, fill out your credentials from the end of Step 1 in their respective sections:
Press the purple “Save Changes” button to save your credentials.
Note: The scopes you specify in Paragon should exactly match the scopes you permitted in your HubSpot application page.
Once your users have connected their HubSpot account, you can use the Paragon SDK to access the HubSpot API on behalf of connected users.
See the HubSpot REST API documentation for their full API reference.
Any HubSpot API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your HubSpot account is connected, you can add steps to perform the following actions:
When creating or updating records in HubSpot, you can reference data from previous steps by typing {{
to invoke the variable menu.
It’s common that different HubSpot instances may be configured with different Custom Objects or Custom Fields. Paragon provides the ability for your users to choose their own Custom Object mapping.
To allow your users to choose their own Custom Object Mapping, add the Custom Object Mapping user setting in your Connect Portal Editor. You should give this setting a descriptive user-setting name, for example, if you’re mapping contacts from your app to HubSpot, you might call this “Map Contacts to this object”.
Below, add a label for each object property that should be mapped from your app to a HubSpot object field. In our contacts example, you might add labels for “First Name”, “Last Name”, and “Email”.
In your Connect Portal, your users will be prompted to select an object from their HubSpot instance when enabling this workflow. For each of the object properties you labeled, your users will be prompted to select which object field that property should be mapped to.
In the workflow editor, you can now access your user’s custom object mapping in the variable menu. For example:
Webhook triggers can be used to run workflows based on events in your users’ HubSpot account. For example, you might want to trigger a workflow whenever new contacts are created HubSpot to sync your users’ HubSpot contacts to your application in real-time.
You can find the full list of Webhook Triggers for HubSpot below:
Paragon provides a webhook Target URL to subscribe your HubSpot app to events in your users’ HubSpot instances. To add the target URL to your HubSpot app:
Log in to your HubSpot App dashboard, select your HubSpot developer account, and navigate to your HubSpot app in Apps.
In your HubSpot App page sidebar, navigate to Features > Webhooks.
Provide the “Target URL.” Paragon will automatically begin listening to events on behalf of your app.
Click Save at the bottom of the HubSpot App dashboard.
You are now able to Create subscriptions against the events you want to subscribe to within HubSpot.