Discussions

Ask a Question

How can we get the Jobs Emails data

I don't see any feild that can give me details about the email that I sent for a Job. Can you please advise or add any tebale into the documentaton.

API's for Recuuring jobs

Hello there,
Can anyone guide us on how to get access to the official API for recurring jobs data?
I have checked the official API documentation, and it seems we do not have any official API for recurring jobs.

Historical Job Dates Not Reflected in New Charts 📊

(All jobs grouped on import date instead of original dates)

ServiceM8 webhook: job created not firing, but job status changed works

My webhook for job status changed works fine, but the job created event never triggers when I add a new job. The subscription shows as active, and my endpoint works (it receives other events).

ServiceM8 Phone API

Hi,
Will there be a way to update the voice agent other than the prompt? eg. tool calls etc. to build on the existing voice agent? I have a cloud function that can pull up bookings, let the client know when a job is scheduled, lets them schedule new bookings / quotes etc. but would like to work with the ServiceM8 voice agent if possible?

Custom field drop down

Issue: ServiceM8 Custom Fields Impacting Wink Reports

Question regarding various document types

Hi,

Quote sending flow not triggering attachment webhook when quote attachment is created.

So when a quote is created or sent, I can see an attachment which is being created for the quote since the attachment is being created naturally the attachment webhook should trigger the change in the attachment .

Not able to get RAW byte stream of the attachment file using webclinet

So i tried to hit the https://api.servicem8.com/api_1.0/Attachment/{attachment_id}.file with webclient in my code. But the response i'm getting is null while this works perfetcly fine in postman. I want to know what headers should i use to get the correct byte stream of the attachment file