Discussions
Date field on newly created jobs
We have found that when creating new jobs, the serviceM8 API ignores the 'date' field that we have set. Despite this being set in the initial request JSON object, when we query back the API we receive '0000-00-00 00:00:00' as the date.
Where do I find my UUID key?
Hey there, we're working on a custom integration...and my devs are asking for my UUID key?
API new line characters
How do I add a new line character to the job address that I am submitting via the job.json api endpoint?
Timesheet information
Hi,
Create a popup when a certain event occurs
Hi ServiceM8,
I have a phone system and when an operator answers a call, I would like to open a pop up with two buttons - 1st button creates a job with the data from the phone system and the second button to open the client information(if there is a client associated with this phone number or open the Create Client wizard with the data from the phone system).
At the moment, using the ServiceM8 API, I can check if a client exists with this phone number and get its data. Also I can create a job and a client. But I am not able to create this popup asynchronously(when the call is answered). Can you please help me with that?
Thanks in advance for the info.
API Error
Hello
I am getting the response bellow when I use “event.auth.accessToken” a bearer token
"Retrieve a Client" causes add-on to timeout
I'm attempting to create something very similar to the Tasks tab on the Dispatch Board. The code below works but timesout if I replace
Custom field date type issues
Hi there,
Job Materials API - Distinguish between *actual* materials, and just labour or invoice items
I've been querying the Job Materials API endpoint, and it's returning a lot more than just Job Materials. I'm getting records back that include things like:
Fetch Invoices to show as PDF to client via API
Hi there,