Day 1 of the challenge, working with Bubble+HubSpot

ยท

2 min read

Day 1 of the challenge, working with Bubble+HubSpot

Introduction

Welcome to the first day of the 30 days no-code challenge! I have dedicated this day to Bubble and an integration within Bubble to HubSpot.

What is Bubble?

Bubble is a no-code tool that allows you to build any type of web platforms including marketplaces, SaaS tools and CRMs.

What are the advantages of Bubble?

Bubble offers many advantages out of the box. Here is a list of my favorite ones:

  1. Front-end and back-end support
  2. Rich front-end elements with option to create reusable components
  3. Database support with server side workflow creation
  4. Versioning tool
  5. Development, staging and production environment
  6. AI suggestion fixer

Pricing plans

Bubble has 4 main pricing models with extra support for enterprise clients:

Free

Core platform features, Bubble branding, Community support

Personal

Core platform + API, Custom domain, Email support, ... and much more!

$25/month

Professional

3 units of server capacity, 2 application editors, 2 development versions, ... and much more!

$115/month

Production

10 units of server capacity, 15 application editors, 20 development versions, ... and much more!

$475/month

  • prices are considered annually

What is HubSpot and why integrate it with Bubble?

HubSpot is a one place CRM solution with support for tools that benefit mainly sales and marketing teams. I wanted to integrate HubSpot with Bubble because I want to save lead information in HubSpot and manipulate the information in HubSpot instead of Bubble.

What did I create?

I have created a Bubble website that retrieves a list of football clubs from Sports Data then displays the information in a repeating group.

After that I added functionality for search and sorting of the repeating group. At last there is an option to send information to HubSpot(through HubSpot API) about a potential lead and it is saved as Contact information in HubSpot.

Bubble.png Bubble website HubSpot.png HubSpot contact information

Functionalities created

  • Signup&login
  • Searching
  • Sorting (by oldest date, by name, by value of club)
  • Integration with HubSpot

APIs used

sportsdata.io

api.hubapi.com

My experience with Bubble

  • Onboarding 3/5
  • Ease of use 3/5
  • Community info 5/5
  • Functionalities 5/5
  • Web app support: yes
  • Code required: none

Let me know what you think about this article format and what you would like to learn more about! ๐Ÿ˜Š

ย