How to connect Jobber and 8n8

Complete nubie here. How to connect Jobber and 8n8?

Hi,

Jobber does have an API (graphql). I can see the documentation here: https://developer.getjobber.com/docs/getting_started

You should be able to wire up a workflow with a graphql node: GraphQL | n8n Docs

There are templates that you can model after. Just look for GrqphQL. For example, Paginate Shopify Products with GraphQL Cursor-based Navigation | n8n workflow template

Khem