Search
-
Hi NeighborhoodGutters,
Looking at the error in the screenshot, it seems like there is an authorization issue on your Gmail settings. This could happen for two reasons:
If you have recently changed your Gmail password and did not update in Email Preferences.
If Allow less secure app option is on your Gmail account.
You can fix ...
-
To send array with zeep you need to do something similar to this:
factory = client.type_factory('ns0')
arr_names = factory.ArrayOfString(fields)
arr_values = factory.ArrayOfString(values)
parameters = {
'strCompanyAccount': companyAccount,
'strLogin': username,
'strPassword': password,
'strSessionID': ...
-
Okay, I don't have any experience with SOAP API's. This is my attempt at using zeep, but I get the same error for the "VendorRef" this time. Do you have an example by chance? Thanks for the help!
d = date.today()
txnDate = str(d.strftime("%m/%d/%y"))
#Get authentication
file = open('config.txt', ...
-
Hi,
I'm having trouble with Method integrating with Gmail. Whenever we get a lead from the web form on our website Method is supposed to send us an email notifying us that we have a new lead in our activities section, but instead it emails us an error message instead. I'm not sure why it is able to send us an email letting us ...
-
Our API is currently based on SOAP web service specification. You would typically use requests library to talk to REST API. For SOAP services in Python we suggest using libraries such as zeep. Please let us know if you need help implementing your API call with zeep.
Best Regards,
Hossein Riazi
-
I'm trying to make a POST request for MethodAPIInsertV2 to the purchaseorder table. I get a response saying "Not all required fields are present. Required field TxnDate is not passed for the table purchaseorder"
I have included the TxnDate in the passed parameters. Here is my code...
#############################
d = ...
-
Hello,
I don't appear to be able to integrate my Google Calendar account with my Method:CRM account. I have tried "Sign in with Google," and a window pops up briefly and then is gone. If I go to Google and delete Method:CRM from app permissions, I can "Sign in with Google" and it will let me choose a Google ...
-
The following updates are now live for users of Method.
New Features
Improved the merging of records for Quickbooks Desktop accounts. Data will not be merged until accepted. (SYN-327)
Improved the Method Sync Engine to not sync archived/out of date range records. (SYN-323)
Bug Fixes
Fixed an issue where Full Sync On Date Range ...
-
Hi,
Sorry to hear that you are experiencing this issue. In order to dig deep into this, I have to create a case with our support team so that they can look into this.
-Inder
-
Hi,
while using Chrome for method, it now shows some of this error message whenever I click some links. I can switch tabs, do some screen update. however, this message popup from time to time and blocks important functinos.
https://imgur.com/a/nAEAy4I
And in the console, it shows some messages like
https://imgur.com/cVHIIv4
not sure if ...
|
|
|