Discussions
Create one custom addon
i need to create addon bellow are fuctionality i required
When using ".file" extention on attachment request I receive "0" response status
I need to download all jpg's attached to a job. I have a excel sheet that stores all the UUID's of the attachments and I cycle through each of the .jpg attachments with the following requests:
Attaching files via the API
In the developer docs (https://developer.servicem8.com/docs/attaching-files-to-a-job-diary) for adding attachments to jobs via the API, should the endpoint for submitting the attachment data be POST https://api.servicem8.com/api_1.0/Attachment/2404fbd2-cff6-4222-86b4-54a6ea4dbb8b.json instead of POST https://api.servicem8.com/api_1.0/Attachment/2404fbd2-cff6-4222-86b4-54a6ea4dbb8b.file ? (IE .json instead of .file)
I'm a Subcontractor but I also do my own work
how would I go about allowing another company that I work with have access to my calendar I.e if I have booked a job it shows them I’m busy but also allows them to book jobs in for me? I have my own company but I also contract for one other business and we both book jobs in for myself and a couple other workers I need the other company to have booking abilities on mine and my worker’s calendars while also being able to see when we are busy p.s we both use service m8
Notifications For New Jobs
Just wanted to know if there is any way to receive notifications whenever a new job has been created within ServiceM8? We currently have a Google Ads lead form asset set-up via Zapier and would like our client to be notified whenever a new job is created. Is this possible or is this feature being added?
React / Component Frameworks
Wondering if anyone has been able to successfully use a modern approach to developing a web application within SM8.
Custom Styles
We are developing a large addon and would like to use our styles.
Screen Pop
A year ago another user asked a question about Screen Pop which was never answered.
Job/Job Activity APIs stopped working
Hi,
API - Create a new Job
I am using JavaScript to create a new job via the API. The documentation states that "a UUID will be automatically generated for the new record and returned in the response header as x-record-uuid".