Discussions
AWS Add-on integration
I am making a very simple add-on through AWS Lambda using C#. My Function Handler has arguments of EventArgs & ILambdaContext. I return a string of HTML, but the HTML is not being rendered. Any assistance would be appreciated - I know I'm missing something obvious. I'm guessing my return type is incorrect, but not sure what else to use.
Deleted Webhooks
Hi SM8 - a staff member was attempting to update a webhook subscription today but inadvertently deleted all webhook subscriptions for the account. Is there a way that SM8 can revert our account to the subscriptions from 24hrs ago?
Error authorising ServiceM8 to execute lambda function
As per https://github.com/servicem8/addon-sdk-samples/tree/master/hello-world-addon-python , I have set up an AWS account and created an index.py :
https://us-east-2.console.aws.amazon.com/lambda/home?region=us-east-2#/functions/servicem8-addon-sdk-hello-world-function
Import Jobs from Timely to ServiceM8
Hi,
SQL
Does ServiceM8 integrate with a SQL back end database?
webhook not hitting callback url
Even after subscribing to webhook.
[
{
"object": "job",
"callback_url": "https://pickmyorder.co.uk/Test/GetWebBook.php",
"fields": [
"uuid",
"status"
],
"unique_id": "",
"active": true
}
]
attachment filtering on edit date does not work
Hi,
Service M8 Feedback Intergration on my website isnt working
Service M8 gave me this code to add to my website so that customers can give their feedback from the website, i have tried severally and its not working. i need your reply asap.
Android Capable
Could you please confirm if your software both equally Apple and Android capable.
Retrieve All Jobs and Sort by most recent in Guzzle/PHP
Hi - I'm using: https://api.servicem8.com/api_1.0/job.json like this using PHP:
https://api.servicem8.com/api_1.0/job.json?%24filter=status%20eq%20'$status'"
where $status = "Work Order";