Job Templates with Make.com

Originally posted by jamie

is there a way to create a new job using Make.com with a job template

Have we found an answer/solution to this yet??

Hi rami_ghamrawi,

Yes, this is supported via our API using the Job Templates endpoint POST /jobtemplate/{uuid}/job.json (Create a job from a template).

That endpoint creates a new job by cloning an existing job template, and it clones the template entities (tasks, materials, checklists, quotes, custom fields) into the new job.

To get the template UUID to use, you can call GET /jobtemplate.json (List all Job Templates), which returns templates including uuid and name.

When creating the job from a template, only job_description, company_uuid (or company_name), and job_address can be overridden, and you can’t specify both company_uuid and company_name.

Auth for these endpoints supports API key or OAuth (the API key is sent in the X-Api-Key header).

Also worth noting: Job Templates are part of the Job Templates add-on, which you can activate in Account > Features & Integrations > Job Templates.

Once you’ve tried it, reply here with the endpoint you called and the HTTP status code so we can confirm it’s working as expected.

Thanks,
Cody