Discussions
Can we set geo locations or servicing locations for individual staff only?
Can we have an add on created or is there a way to be able to add servicing locations or geo locations for individual staff members only? Rather than the entire franchise? under the franchise options in the franchisor version of ServiceM8 it would be great to have the option to add geo locations to certain staff members of each franchisee account rather than just the entire franchisee account. Or allow both.
Can i create JobContact webhook in serviceM8
Hey there can you tell me how i can create webhook of jobContact
What fields we need to pass for Create or Update a Webhook Subscription
Hi,I am new at this. I want to set a webhook which will triggers we the data whenever a job is created or updates .
I need to ask that for:
FormResponses timeout
Hi, we have made successful calls with almost all endpoints. We do like your API alot, thank you. We are struggling with the FormResponses endpoint though. It just seems to timeout / not return. Is there something special about this endpoint we need to do?
API issues
I wonder if you anyone could help me out with this message:
Attachments retrieval not working
Hi, I am trying to setup an attachment retrieval API code.
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?
Link sms to job through API
When creating a job through the API we then use the sms api to send an sms to the client, but the sms does not appear in the notes section of the job once sent?
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
}
]
Error Packaging Function
I write a simple function that will render a simple view but every time I save the function it throws an error saying "Error Packaging Function. Please try again or contact support for assistance." and I'm pretty sure that I created a working manifest. Any idea to make this function works?