Skip to main content

Perform an API call in Jobber

Perform a GraphQL API call in jobber.com. Please refer to the API documentation for more details on configuration.API doc: https://developer.getjobber.com/docs

Application

  • Jobber

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
GraphQL queryThe query to be sent to the GraphQL endpointText (Long)Yes
API VersionVersion of the API to be usedText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Response status codeThe HTTP status code returned in the responseNumberYes
Response headersAdditional information provided in the response headersText (Long)No
Response bodyThe main content of the responseText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A