[Resolved] HubSpot integration steps temporarily unavailable

Hi everyone,

Our HubSpot integration steps are currently experiencing some issues. While our team works to resolve this, the steps have been removed from our step sidebar in the Builder. If you have these steps authenticated and pulled into an existing Flow, they should continue to work as usual.

The team is currently working on a fix that should be out soon! We will keep you updated in this thread.

In the meantime, if you need to connect to HubSpot in your Flow, you should be able to do so through a Pull from or Send to API step.

You can see Hubspot’s endpoints in their API documentation here.

Below is an example of how you would set up a Pull from API step to pull in a list of Contacts from HubSpot:

Starting off, you’ll need to enter the Endpoint URL that you’re going to use to pull in your contact data. Next, you’ll authenticate by adding a URL Parameter called “hapikey” and include your HubSpot API key as the value. You can then choose how many records to pull in with a “limit” parameter.

Here is a snippet with that step configured (how to use a snippet): parabola:cb:570c8218-65a1-44f4-b1c0-2523edacd352

If you have any questions or need any help setting up those steps, let us know. We’ll have an update for you soon!

Thank you for the heads up @Emory_Stainbrook !

A couple notes to add to this: Below is how you can set up cursor pagination. Just make sure your (Maximum pages to fetch) * (the limit in your parameter) is greater than your total amount of HubSpot contacts.

Screen Shot 2022-08-19 at 10.19.06 AM

Also, it looks like HubSpot is deprecating the hapi key in November so if you use the hapi key in your flow now make a note to check back in November and switch back to the Parabola native integration or a HubSpot “Private app”.


Brian Dawson
Automation Consultant

2 Likes

Hi everyone - Thank you so much for your patience as our team worked on this. We’ve released a fix and this issue is now resolved. You should now be able to access and pull in HubSpot steps to your Flow.

If you have any questions, let us know!

1 Like

@Emory_Stainbrook, it looks like all flows that were using a HubSpot integration need to be reauthorized. Is that right?


Brian Dawson
Automation Consultant

Hey Brian, yes the Hubspot step will need to be re-authorized due to the updates we had to push to keep the step connected.

Thanks for the follow up question!

1 Like