Questions tagged [servicem8]
22 questions
1
vote
1 answer
API filter query does not return values with special characters
When trying to access the serviceM8 API to search for customers I am using the following API request. The endpoint works but I am not sure how to handle special chars like ' or &.
API Documentation: https://developer.servicem8.com/docs/filtering
So…

Koen
- 858
- 2
- 7
- 22
1
vote
1 answer
HostGator won't connect via cURL to an Amazon API
The following code executes no problem on 2 other servers I have access to and use to run on Hostgator.
Hostgator tech support refuse to help as they feel it's an issue with the code.
I get no response from the API unless I change the HTTPS to HTTP…

Ollie Brooke
- 64
- 10
1
vote
1 answer
ServiceM8 custom fields
The ServiceM8 API documentation on what can be referenced has no mention of custom fields. If a client has custom fields setup in ServiceM8 at a job and client level are you able to reference / pull this information from ServiceM8 through the API?…

Peter Jonsson
- 11
- 1
0
votes
0 answers
Permission Error When Accessing Camera in Servicem8 Add-On Using navigator.mediaDevices.getUserMedia()
I am developing an add-on that requires camera permissions to enable users to add images and scan barcodes. However, I am encountering a permission error when trying to access the camera. This issue only occurs when running the add-on in Servicem8,…
0
votes
0 answers
Is it possible to charge a fee for ServiceM8 customers paying with credit card through stripe?
I’d like to have the option to pass on the credit card fees to clients who chose to pay with this method.
I don’t want to charge clients who pay by bank transfer.
Since I don’t know what method of payment a client will choose, I can’t add the fee as…

Jono
- 1
0
votes
0 answers
ServiceM8 webhooks being deleted
Whenever a webhook subscription is created for ServiceM8 the previous one is deleted - meaning you can only ever have 1 webhook running at a time.
This happens
When creating a scenario in Make.com(formerly Integromat) using the pre-built trigger…
0
votes
1 answer
Delete ServiceM8 Default Jobs
I'm using the ServiceM8 Rest API with PHP and retrieving the jobs from ServiceM8 that are Work Orders.
There is a job named: SAMPLE in there that doesn't appear in the app but are retrieved by the API.
I've tried using the API Delete with the…

TomC
- 338
- 2
- 10
0
votes
0 answers
How to add notes from ServiceM8 to Zoho CRM Contacts using Zoho Flow?
We book jobs on ServiceM8 and all details about the job are in their. I want the job description from ServiceM8 to be added into Zoho CRM, specifically to the customer's profile that's got a booked job.
I am using Zoho Flow as my integration…

Neo
- 1
- 2
0
votes
1 answer
i could'nt find job uuid at service M8
i have to put jobs {uuid} in https://api.servicem8.com/api_1.0/job/{uuid}.json for updating a job but I cannot find it
0
votes
0 answers
What programming languages are required for the ServiceM8 API?
I am currently on the look out for a backend web developer but before I search for one I need to know the programming languages to find the right person.
ServiceM8's customer service team told me Python for web and Swift for app. Can I confirm this?…
0
votes
0 answers
How to use a Web App URI as a webhook callback URI?
I'm trying to create a Web App with a doPost() method. This POST method should receive and answer the POST request from the Webhook with a Challenge, and receive the corresponding JSON that will be placed in a Google Sheet.
Current code looks…

Diego
- 65
- 1
- 10
0
votes
1 answer
Getting a request message with a content type x-www-form-urlencoded in a form of JSON using C# for webhooks
I have a problem getting a a request message I am getting the data that I need with a content type x-www-form-urlencoded but in a form of JSON(see image). I use Ngrok for simulating the passing of data to a server.
See image here for the form that I…

Brian Dela Cruz
- 29
- 5
0
votes
1 answer
ServiceM8 Development in C# (Contact Details and job sync)
I just wanna ask How to sync the data of Contact Details to Jobs. I have tried them under the same UUID's but the Job is getting the Company Name(Client) only so basically my Job Record has name in Company column only, there is no Contact First and…

Brian Dela Cruz
- 7
- 6
0
votes
1 answer
Is it possible to add a button in the servicem8 UI that will launch a web app or opens a native IOS app whilst also sending a UUID
I am developing an app that will use servicem8 as it's job management. I would like to be able to launch the app from the job card within servicem8. The app will be a wrapped web app at this stage.I would like to open the app and send the job uuid…

Chad Lewis
- 13
- 2
0
votes
1 answer
CORS error when making an AJAX request to the ServiceM8 REST API
I'm trying to make an API request to the ServiceM8 REST endpoints from my browser using AJAX. I'm basically having the same problem as this unresolved issue that was posted on the ServiceM8 discussion…

jewnbug97
- 327
- 7
- 14