Forum Discussion

WiringByron's avatar
WiringByron
Verified Community Coach
22 days ago

Jobber API - What are you guys up too??

Hey everyone, with vibe coding now becoming so accessible to everyone.Connecting to the API of Jobber has never been easier.

I would love to know what kind of systems and automations you guys have been building by vibe coding things and connecting to the Jobber API? 

I'll go first: 

https://captured-output-analyticshireoutp-d17c6a9a.base44.app  Dashboard I built with realtime data 

I have an Base 44 agent connected to the API of jobber - currently, I have it looking for new photos in Jobber and then uploading those to my Google Drive, where I can post them to social media using Go High Level.

I have vibe coded our own version of asana, and I'm going to build in a production pipeline that's directly connected to Jobber So my production coordinator knows where all our jobs are at the moment.

Let's hear it. What am I missing?

6 Replies

  • Roger's avatar
    Roger
    Jobber Ambassador

    I created a workflow in n8n to automatically add call transcripts to existing client notes. Previously, Quo was creating a new request for every client call, even when the customer was only calling for a job update. This resulted in unnecessary requests being added to Jobber, including those generated from telemarketer calls. With this new workflow, call notes are added directly to the existing client record instead of creating new requests, keeping Jobber organized and reducing clutter.

    I'm not really a developer or coder, but I've been having a lot of fun building things that are actually useful.

    I really like the dashboard you created. Could you point me in the right direction or share any resources so I can build something similar for my own use? Thanks!

     

    • WiringByron's avatar
      WiringByron
      Verified Community Coach

      Your build is really useful wow. Well done. 

      We have the same problem with the call rail integration. I do have an admin that basically lives in requests, so she just deletes the ones that aren't real requests, but still it's a problem for sure.

      So the way I've been interacting with Jobber's API is basically through Base44. 

      It's really nothing too special. I just started telling it that I want a dashboard with these certain metrics, and I want them shown to me in this certain way. I go back and forth with it until I got that dashboard. I did have some throttling issues and broke the dashboard a few times but it seems stable now. 

      Base 44 also has agents in it that you can connect to Jobber and then you can tell the agent to do admin type things in there as well. I would try both out. My agent also broke a few times just moving too much data around but I've got it stable now it seems. 

      • Roger's avatar
        Roger
        Jobber Ambassador

        Awesome, I'll take a look into that.

        I've been wanting to build a dashboard that shows the next day's visits for our tree crew, including any special tools or requirements, displayed the afternoon before. That way by the next morning they already know how the day is going to run, they're more efficient, and they're not leaving necessary tools behind. I'd want it to show the weather, the tasks scheduled for that date, and the cities — but no pricing information — so I can put it up on the big TV in the warehouse.

        Still in the process, but I'll share the result if I get it working. I'll check into Base44 as well.

        Did you happen to set up a server or PC/Mac for this, either with OpenClaw or running everything in the cloud?

        Thanks in advance.