JTriggerJobberReal-timeUpdated June 2026

When does Jobber fire on job completion?

Short answer: In TinyCommand, add the Jobber Jobber Job Completed trigger to a workflow and publish. It listens through a Jobber webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to start a run.

Trigger workflows on Jobber Job Completed in Jobber — start free
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 curious

You don’t need to read this. TinyCommand 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.

FieldTypeExample
topicstring"JOB_COMPLETE"
job_idstring"Z2lkOi8vSm9iYmVyL0pvYi8x"
account_idstring"acct_123"
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.

Trigger
Jobber Quote Approved
Fires when a customer approves a quote. The "we won the job" hook — auto-create the job in scheduling, notify the field tech, kick off the prep workflow.
Trigger workflows on Jobber Job Completed in Jobber — start free