Search
Page 1 of 1 (3 items)
-
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.
-
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: ...
-
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 ...
Page 1 of 1 (3 items)
|
|
|