Discussions
Retrieve All Jobs and Sort by most recent in Guzzle/PHP
Hi - I'm using: https://api.servicem8.com/api_1.0/job.json like this using PHP:
https://api.servicem8.com/api_1.0/job.json?%24filter=status%20eq%20'$status'"
where $status = "Work Order";
Attachments retrieval not working
Hi, I am trying to setup an attachment retrieval API code.
Client Sites API
We build integration with ServiceM8 system. After researching your API documentation we have one question. We do not find any information on how we can create, update, delete or find a special client site. So the question is where we can find API descriptions for controlling client sites?
SM8 Next Booking Date to Zapier
I'm trying to setup a zapier from servicem8 to google sheets.
Userbase
Hey guys, just wondering the user base of Servicem8 in Australia? And of those how many are service based ie plumbers, electricians, pest control etc?
Webhook Subscription disappearing
I keep setting up the following webhook subscription to enable us to pull scheduled activities to another service called Deputy. Below is the current webhook subscription configuration I have set up.
[
{
"object": "jobActivity",
"callback_url": "https://apisprinkle.herokuapp.com/servicem8",
"fields": [
"uuid",
"start_date",
"end_date",
"active",
"job_uuid",
"staff_uuid",
"activity_was_scheduled"
],
"unique_id": "",
"active": true
}
]
API setup
Hello,
How do I retrieve an attachment UUID?
Scenario...
API issues
I wonder if you anyone could help me out with this message:
Basic Auth Job Contact HTTP Post from Workato
Is basic auth allowed to do an HTTP post to Job Contact? My syntax appears correct but I am getting a 400 bad request.