Discussions
What level of plan do developers typically use when creating integrations with ServiceM8?
I was wondering what level of plan developers usually use when working on an integration with ServiceM8?
are add-ons supported on serviceM8's REST API
I have a question regarding ServiceM8's free add-ons. Are these free add-ons accessible via ServiceM8's REST APIs, or is their functionality limited only within the ServiceM8 platform? If API access is not supported for free add-ons, could you please share the official documentation link or reference where this limitation is mentioned?
☠️ DeleteWebhook endpoint not working
I'm trying to hit the DELETE /webhook_subscriptions
endpoint and it's just not working at all.
Cisco Webex integration and ServiceM8 macOS
We are going to use NexGen for our phone services (Cisco Webex) and wondering if someone is able to help us setting the CRM integration considering we are using MacOS
ServiceM8 to MYOB character limit
In ServiceM8, when we export invoices or job descriptions to MYOB, the text gets cut off at 255 characters. But according to MYOB’s latest documentation, their transaction description fields now support up to 1000 characters. Why does the ServiceM8 integration still recognise a 255-character limit instead of the new 1000-character limit?
Staff.json Security Role not being updated
Is any progress has being made with fixing the staff.json API endpoint that is currently failing to apply the security_role_uuid to newly created staff objects?
How to setup a webhook addon for jobs status change using Simple function nodeJS
I am trying to create my own addon webhook here but it doesnt seem to trigger and its always telling me invalid function
File api
Problem
How can you create a job using a customer name that already exists?
Hi ,
Changing Completed By:
I am getting the following error when posting an update to a job to change the completion_actioned_by_uuid
{
"errorCode": 400,
"message": "Updating completion_actioned_by_uuid is not supported via API",
"documentation": "Please refer to https://developer.servicem8.com/llms.txt for developer documentation."
}
Has this been removed as previously, this was possible...