Discussions

Ask a Question

Get different photo sizes through API

In the ServiceM8 forms, we can use three sizes of images: small, medium, and large. Does anyone know how to download a jpg through the API in those sizes? I have an app downloading the full image size using the uuid.file endpoint, and it would make it much snappier if I could use the smaller sizes as thumbnails.

File Type .smr3d

This is a simple questions: I am using the Rest API to pull down attachments. Attachments from the room scan come through as .smr3d The question is what IS .smr3d? Is it unique to serviceM8, or is there an application that can read it? Ken Moorhead

ServiceM8 emails

My client is using the Rest API to connect ServiceM8 to their local software platform. While I have the basics working, I am stumped on emails. The emails that are sent out of ServiceM8 are stored in the diary and are tagged as emails. They are using the inbox to do this. What they want me to do is retrieve the emails as shown in the diary, and if possible write emails from their system into to the diary. This would bypass any SMTP/IMAP/POP functionality. By the time I am doing this, it has already been sent, or received. I just need to get text into, or out of, the diary, and have it marked as email in the diary. So, what am I missing? I fear it might be really simple! How do I read an email from, or post an email to, the diary? TIA Ken Moorhead

ServiceM8 emails

My client is using the Rest API to connect ServiceM8 to their local software platform. While I have the basics working, I am stumped on emails. The emails that are sent out of ServiceM8 are stored in the diary and are tagged as emails. They are using the inbox to do this. What they want me to do is retrieve the emails as shown in the diary, and if possible write emails from their system into to the diary. This would bypass any SMTP/IMAP/POP functionality. By the time I am doing this, it has already been sent, or received. I just need to get text into, or out of, the diary, and have it marked as email in the diary. So, what am I missing? I fear it might be really simple! How do I read an email from, or post an email to, the diary? TIA Ken Moorhead

Start time and Duration for a job booking.

I can't see any option for a "start time" or "duration" anywhere on the lists. I'm looking to export new jobs with their booked time (start time) and their duration. But the only field I can see available is the "job is scheduled until stamp". Which doesn't indicate the bookings duration or start time. If you know a way then please let me know :-)

Assistance with looks of Customer Feedback Widget for web

Hi, I'm almost done with the redesign of our company website, and the boss really wants to have the widget on the home page, but when you embed the code provided withing servicem8, it looks really bad. I get a long box of 4 and 5's which is great, but can't manage to adjust the height to fit a screen or a section VH... Can anyone recommend suitable solutions to make it look a bit more appealing to the rest of the design? Thanks in advance

Invoice information api

Is there any api for get invoice information web api? <br>

How to get profit margin from job?

![](https://files.readme.io/8e51b70-image.png) <br> How do you get this profit data from the API? Thanks <br>

Job address not showing up

I type in an address (or client) and all the results come up with the same address (the client address rather than the site address). If you open the job it has the correct address in the field. It only happens every so often <br>

How do I create a test app with the addon callback URL set to localhost?

Hello, I am trying to create a new integration that uses oauth and the self hosted web service function. This requires the oauth2 callback URL to be set. However, trying to set it to https\://localhost:3000/partners/servicem8/callback does not seem to work (this is only for testing) and it instead returns a 403 error - how can I set it to localhost so that I am able to test my callback? Thanks.