Discussions

Ask a Question

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 by credit card. I don’t want to charge clients who pay by bank transfer.

How to control Client Sites via API

Hello, we work on integration with ServiceM8 system and have question.

For add attachment using api

Hello
I follow "
https://developer.servicem8.com/docs/attaching-files-to-a-job-diary" this step but the attchment not upload and the active status "0" on create attachment api

Service pricing questions conditional logic

Would it be possible to add the same conditional logic block used in form questions to the questions in service pricing? If this is possible then the services addon can be used as a quote engine,

ANSWERED

Do I want a "Private Applications (HTTP Basic Auth)" or "Public Applications (OAuth 2.0)"

Hi there.

Webhook Listener and Zapier

We built an app following the webhook instructions and were able to add it as an add on to our servicem8 account. We created the webhook using Postman and the callback URL would be something that Zapier specified.

Auto Badge Allocation

I see in the api documentation that you can automatically allocate a badge. The default is set to 0, I assume that the string required is 1, it updates the badge but doesnt seem to work in servicem8 when I have tested it. I have a client that has a form that is required to be completed on every job, and they want to automatically allocate the badge so they don't forget. Is this what this function does? and what string is required to be entered to enable it if it is correct

bearer token not working with api call

I am getting this error below when I try to use a bearer token in my custom add on
Error:"Account trial has expired. Please select an account plan and try again."
the format of the API call is as follows

Webhooks repeatetly sent

Hi I am in the process of implementing webhooks but find that the same status update is being resent every 5 minutes despite having responded with Status Code 200 (OK)
Anything else that the response must contain to make it stop resending the same object change over and over?
Also in the documentation it says it would resend the change once per hour in case of failure, but I am getting changes every 5 minutes (not making any changes) but getting the change notification basically again and again over and over for the one change.