Create an HTTP Task to Access HubSpot Data
Example URL for Getting Data:
Endpoint: https://api.hubapi.com/crm/v3/contacts
HTTP Header Configuration:
In the HTTP header field, append the necessary parameters. For HubSpot, you need to include the access token.
{"Authorization": “Bearer private_access_token”}
Replace private_access_token with your hubspot access token.
Provide other configuration parameter values for the task.
This task can now be executed in a flow in EAConnect to get the data from Hubspot.