Hello Support, Is there a step-by-step tutorial for Clay<=>HubSpot integration (we are not on Pro plan)? Not just general articles like how to make HTTP API calls, but tailored to HubSpot
The native HubSpot integration is only available on Pro plans and above. However, if you're on the Explorer Plan, you can still integrate with HubSpot by using their REST API through Clay's HTTP API and Webhook table features. Here's how: 1. Use Clay's features to interact with HubSpot: • Webhook tables to stream data into Clay • HTTP API enrichment columns to push data to HubSpot 2. You'll need to: • Reference HubSpot's API documentation to identify the correct endpoints • Configure calls to those endpoints using Clay's HTTP API • Set up webhook tables as needed For detailed setup instructions: ** Follow Clay's HTTP API guide at: https://docs.clay.com/en/articles/9672489-http-api-with-clay ** Reference HubSpot's API documentation at: https://developers.hubspot.com/docs/api/overview This manual configuration allows you to replicate the functionality of the native integration.
Is that what you were looking for?
While the native HubSpot integration is only available on Pro plans, you can integrate with HubSpot on the Explorer Plan using their REST API. Here's a step-by-step approach: 1. Set up the basic components: • Create Webhook tables to stream data into Clay • Use HTTP API enrichment columns to push data to HubSpot 2. For implementation: • Visit HubSpot's API documentation at https://developers.hubspot.com/docs/api/overview to identify the endpoints you need • Follow Clay's HTTP API guide at https://docs.clay.com/en/articles/9672489-http-api-with-clay for detailed connection instructions 3. Common HubSpot objects you can work with: • Companies • Contacts • Deals • Custom objects Note that while this manual configuration requires more setup than the native integration, it allows you to replicate similar functionality through HubSpot's REST API endpoints.
Did that answer your question?