Search
-
The following updates are now live for users of Method
New Features
Enable Method Support to Reset Quickbooks file from AlocetSystem for any account and disable the option for users (PL-18367)
Bug Fixes
Fixed an issue where sync is logging more calls to sync logs than necessary (PL-18802)
Fixed an issue where item was a ...
-
The following updates are now live for users of Method.
Bugs
Fixed an issue where names with special characters were not displaying profile pictures. (PL-15055)
Fixed an issue where Recently View Contacts was not working for tenants of a multi-tenant account. (PL-17073)
Fixed an alignment issue on the invite user screen. ...
-
Hello SolarGuys,
There was an issue on our end which our development team was able to resolve. We are working on a more robust email service which would fix all these issues.
I apologize for the inconvenience.
Regards,
Inder
-
I see where the confusion comes from. This page is automcally generated by the tech stack that we are using, but on our servers, the direct GET and POST feature is disabled. We will investigate ways to either change the generated sample page or enable the POST request, but for now you best aproach is to use SOAP.
Good luck with your ...
-
Okay, I'll definitely try that. I was initally confused because on the info page for this method (https://www.methodintegration.com/MethodAPI/service.asmx?op=MethodAPIInsertV2), you have the SOAP examples first, and then what seems to be a regular HTTP GET/POST.
-
This endpoint is not a RESTful endpoint. You need to wrap your request in a SOAP envelope, which can be done via a post request, but it is better to use a battle tested SOAP library.
This article will give you more context and introduces three different SOAP package for ...
-
Starting yesturday afternoon when we try to email reports through method it seem like there is a long 30-60 muintue delay before they actually get emailed. I'm not seeing a problem with our mail server. Can you pelase look into this?
-
I'm using an HTTP post. Not using a SOAP package, just a standard request library (https://www.npmjs.com/package/request).
Here's the request code:
request.post({
url: `https://www.methodintegration.com/MethodAPI/service.asmx/MethodAPIInsertV2`,
form: {
strCompanyAccount: process.env.METHOD_ACCOUNT,
strLogin: ...
-
How are you calling the method? Are you using any SOAP package in node?
If you share snippet of your code, we might be able to troubleshoot that for you.
-
Hi,
I'm getting this very vague error when trying to create a contact through the API. I think it might have something to do with how I'm sending in the field and value arrays, but I've tried everything and can't figure out what the issue might be.
What's the correct way to send those arrays in Node.js? Is there ...
|
|
|