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!