- Integrations
- /
- Jobber
- /
- Triggers
- /
- Jobber Job Completed
JTriggerJobberReal-timeUpdated May 2026
When does Jobber fire on job completion?
Short answer: Drop the "Jobber → Jobber Job Completed" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Jobber, not on a polling schedule.
Anatomy
What this trigger looks like in a workflow.
Drop it on the canvas. Configure a couple of fields. Publish.
In the builder
TriggerJ
Jobber Job Completed
When the matching event happens
job completedjob finishedwhen job completedon job completedwatch for job completed
What this trigger returns
for the curiousYou don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.
{"topic": "JOB_COMPLETE","job_id": "Z2lkOi8vSm9iYmVyL0pvYi8x","account_id": "acct_123"}
Output shape
Fields available to downstream nodes.
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| topic | string | "JOB_COMPLETE" |
| job_id | string | "Z2lkOi8vSm9iYmVyL0pvYi8x" |
| account_id | string | "acct_123" |
Pairs with
Drop these actions after Jobber Job Completed.
FAQ
Questions about Jobber Job Completed.
How does the Jobber Job Completed trigger work in Jobber?
Fires when a field-service job is marked completed in Jobber. For "job done → send invoice, request review, auto-schedule follow-up" workflows that home-service businesses use.
Is the Jobber Job Completed trigger real-time?
Yes. Jobber Job Completed uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Jobber.
What data does Jobber Job Completed return?
The full event payload from Jobber. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Jobber Job Completed so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Jobber admin permissions to use Jobber Job Completed?
For most Jobber accounts a standard user can authorize the trigger. Some Jobber plans require an admin to enable third-party webhooks. Check Jobber's docs if the trigger fails to register.
More triggers
Other Jobber triggers.
Build a workflow on this trigger.
One trigger. 7+ downstream actions. Zero glue.