Best answer

Pull raw data from Jobber and make available to Dataverse?

  • 7 February 2023
  • 2 replies
  • 175 views

Userlevel 1

I have connected Jobber to Zapier and created a few Zaps with it just fine.

Now, I need to go a bit further.

Microsoft Power Platform has Dataflows that can pull data in from other sources.

At present it does not look like MS and Zapier talk to each other directly, but there are some options with Dataflow:

 

I *think* “Web API” might be the best bet, but I’m not sure.

Essentially, I’d like to Trigger on something in Jobber, get the raw data from it, and make it available to one of the options in the Power Platform, with as little to no changes as possible.

The data will be variable, especially dealing with Quotes, as the number of line items to process will vary from quote to quote, so hardcoded options will not work.

I’ve poked at Webhooks, Storage, Tables, and even Code, but I’m just not getting anything to “click” in terms of understanding.

Has anyone done anything similar? Any suggestions on what might be the better method?

Thanks in advance.

Dion

icon

Best answer by Troy Tessalone 7 February 2023, 21:11

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Addaline 

Good question.

If you are trying to use app APIs in Zaps, then you can use the Webhooks app: https://zapier.com/apps/webhook/help

Jobber API: https://developer.getjobber.com/docs

 

The Looping app can be used in Zaps to handle 1+ line items: https://zapier.com/apps/looping/integrations

Userlevel 1

Thanks @Troy Tessalone 

I’ll dig in to this with Jobber further.

-- Dion