Search
-
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 ...
-
The following updates are now live for users of Method.
New Features
Removed (hide) the Sales Tax Code dropdown from New Contact screens for Customers and Leads for QBO US users only (PL-17635)
Bug Fixes
Fixed an issue with QuickBooks Desktop where Sales Tax Code was showing the same values in Sales Tax Item on the New Contact screen ...
-
The following updates are now live for users of Method.
New Features
Payment Processing has been added to Donations (PL-3674)
Bugs
Fixed an issue with the Donor Pages email templates (PL-15137)
Fixed an issue where the New/Edit Donation screen had missing functions (PL-18086)
Cheers,
Hector
|
|
|