Integration
We'll take a look at a simple Integration with Hubspot.
The idea is that if someone changes the company name in Hubspot, we want to reflect this change in other systems.
In our case, we will just update the company name in a SQL database. However, you could do anything with data changes you like, such as update multiple systems, data warehouses, CSV files etc.
The steps to configure this are
Create a Webhook in Hubspot to call a Ziggy Flow whenever the company name changes. Show me.
Create a Flow that catches all Hubspot requests and routes them through to the handler for each request type. Show me.
Execute the relevant Flow for the Hubspot webhook type. Show me.
Last modified: 10 February 2025