Short answer: You can get jobber client in Jobber by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Jobber Get Jobber Client action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Client ID client_id | string | Required | Jobber client ID |
{"client_id": "{{trigger.client_id}}"}
{"data": {"client": {"id": "Z2lkOi8vSm9iYmVyL0NsaWVudC8x","emails": [{"address": "john@example.com","primary": true}],"phones": [{"number": "+15551234567","primary": true}],"lastName": "Doe","createdAt": "2026-01-15T12:00:00Z","firstName": "John","companyName": null}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.