Subject: Assistance with Make.com Watch Jobs Trigger and Queue Filtering
Hello ServiceM8 Support,
I’m building an automation between ServiceM8 and Apple Reminders using Make.com.
The workflow is currently:
Watch Jobs → Get a Job → Get a Client → Apple iOS Create Reminder
I have confirmed that:
- The webhook is connected.
- The Get Job module works.
- The Get Client module works.
- The Apple Reminders module works (it successfully creates reminders).
However, I’m trying to create reminders only for jobs that are moved into a specific queue called “0 Open in Reminders.”
I’m unsure whether:
- Moving a job into a queue actually triggers the Watch Jobs webhook.
- Queue changes are considered a “Job Status Updated” event.
- I should be using a different trigger or module to monitor queue changes.
- The Queue UUID from the Get Job module should be used in a Make filter, or whether there is a better approach.
When I move an existing job into the queue, the scenario frequently waits for an event and eventually reports:
Exceeded maximum wait time
Creating a brand-new job does trigger the scenario, but moving existing jobs into the queue does not appear to behave the way I expected.
Could you please advise:
- Is Watch Jobs the correct trigger for monitoring jobs entering a queue?
- If not, what is the recommended method?
- If it is correct, what event or filter should I configure so the automation runs only when a job enters the “0 Open in Reminders” queue?
Thank you for your help.