Search
-
-
Hi Maureen,
There is 1:1 relationship with activity in Method and Google Calendar. Unfortunately, the outcome you desire will not work with google calendar.
-
Has anyone done any integrations between Method and either Microsoft Flow or IFTTT(If This Then That).
-
Is it possible within Classic OR New Method interface, to customize an activity to have more than one date on it that would syncronize to Google Calendar? For instance, I want to only have one activity (NOT create an additional follow up activity), for a contact that I know I need to put on my calender for Aug 25th 8-9am and Sept. 6th 1-2pm ...
-
The following updates are now live for users of Method.
Bug Fixes
Fixed an issue where Auto apply payments were not linking to Invoices when processed through Payment Gateway (SYN-372)
Best Regards,
Laks
-
You can update this info by doing the following:
From your Method dashboard, click the Gear icon and choose Preferences > Email.
Then you can update the password from under email.
-
Hi Inder,
Thank you for that info. I think the issue is most likely the first problem, as we did change our password. Where would I find the option to update the email preferences in Method with the new password?
Thanks.
-
Hi Doug,
I have created a support ticket for our support team to reach out to you and assist you with this. I apologize for the inconvenience.
-Inder
-
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': ...
|
|
|