Discussions

Ask a Question
ANSWERED

Add data to Custom Field in Job

Hi,
I have been reading through the API documentation and I can see I can create / update the custom fields if the client has this enabled (which they do)
But how do I add data to a custom field that is linked to their job module via the ServiceM8 API.

ANSWERED

Integration with Google Drive

Hi there, I've created an integration for a client that automatically uploads files to Google Drive when they're taken on the job. Most of the photos come over but a few do not. When I click on the empty files, I see this error message:

How to Get Staff Bookings by Staff UUID

I've been looking through the API and I can't figure how to get all the booked jobs for a staff member using staff uuid.

Clock On Clock off data

Hey just rehashing an old question. Can we modify clock on clock off data yet??
Also has there been any other change to the endpoint and how it works?

Company API filters return empty results when special characters are used

When using the Company API with name filter and the checked value has special characters like ' or & the results are empty. I've double checked and company I'm looking for exists.

Viewing the console

If I edit the code for an addon online, within the addon itself and then test it on a job or client card, how can I view the results of console.log?

Posting to Attachment API is not working

I am getting 404 errors when trying to GET an attachment.
First I POST to
https://api.servicem8.com/api_1.0/attachment.json which gives me a 200 and x-record-uuid value. I then use this x-record-uuid value and perform a GET to https://api.servicem8.com/api_1.0/attachment/x-record-uuid.json. I now get a 404 which makes it impossible to send the actual attachment. This was previously working, but has stopped over the last few days. Any ideas?

Inventory

Can I manage my inventory in Service M8?

Populate enquiry form with available job slots

Hi there,

FormResponses timeout

Hi, we have made successful calls with almost all endpoints. We do like your API alot, thank you. We are struggling with the FormResponses endpoint though. It just seems to timeout / not return. Is there something special about this endpoint we need to do?