Data sync broke, now what?
In this video, we are doing a live build for a Gadget app! The app will monitor our customer.io data pipeline from Hubspot. Build your own apps quicker at https://gadget.dev/
In this video, we are doing a live build for a Gadget app! The app will monitor our customer.io data pipeline from Hubspot. Build your own apps quicker at https://gadget.dev/
We will walk through setting up OpenCode to deploy a new cloud environment on Gadget for each agent sandbox we create, with the click of a button! Working with agents: https://docs.gadget.dev/guides/development-tools/working-with-agents/working-in-parallel The code snippet used: APP_NAME=$(basename "$(git worktree list | head -1 | awk '{print $1}')") ENV_NAME="agent-$(date +%s)" ggt env create "$ENV_NAME" -a "$APP_NAME" --from development --use ggt var import -a "$APP_NAME" -e "$ENV_NAME" --from development --all --include-values ggt push -a "$APP_NAME" -e "$ENV_NAME" --force --allow-unknown-directory
Building off the previous HubSpot Custom Object template, we are adding the new HubSpot app feature Home and Settings pages. Fork the app here: https://app.gadget.dev/auth/fork?domain=hubspot-private-app-full.gadget.app Check out the previous video template here: https://www.youtube.com/watch?v=SkRw3C6wNqg
This post guides you through creating a comprehensive App Home and Settings experience for a HubSpot integration using Gadget.
Extend HubSpot with custom objects powered by Gadget’s managed infrastructure, no Hubspot plan upgrade required!
Mark walks through Gadget's template for deploying your own Custom HubSpot Objects, without a premium HubSpot plan. Fork the app for yourself here: https://app.gadget.dev/auth/fork?domain=marks-static-obj.gadget.app Check out the related blog post for the HubSpot custom object template here: https://gadget.dev/blog/building-hubspot-custom-objects-in-gadget Or start building Gadget: https://gadget.new
HubSpots developer ecosystem is changing a lot, so let's break down what is changing for developers like yourself.