I am a new guy in zoho CRM.I am trying to show the list of users which will be searched by a zoho manager. Is there any API to find out the list?
Thanks in advance.
You can use the getUsers method to get the list of users in your organization.
https://www.zoho.com/crm/help/api/getusers.html
Related
Using Google Calendar API:
I succeed to retrieve the list of events from a single google account.
However, I can't do that within a domain (for example entreprise.tn) that have many users accounts even using a super administrator Google Suite account.
Could you please tell me what I missed ?.
Big Thanks.
You should refer to that thread https://developers.google.com/admin-sdk/directory/v1/guides/delegation
HTH.
I want Google Analytics data in my Zoho CRM leads information.
like below fields in my Zoho CRM are the fields which should be filled by Google Analytics.
although, I have tried a third party extension i.e. GA Connector and it does work, but sometimes data is invalid or wrongly filled. So i tried to work on it myself by starting to study Google Analytics API, but I couldn't find a proper way to get a current users info which is right now on my website and submitting a form and I have to send his GA's data like his source/medium/campaign etc.
Now I am trying to do like when user is submitting any form on my website I am sending his info to GA and then after couple of minutes when data is reflected into GA dashboard then I am thinking to fetch that data of user's and update my ZOHO leads information, but I don't know what is the correct way to do that or how I am thinking whether right or wrong!
All I just want Zoho Leads info must contain these information above in the picture. If anyone have done this or can help me through this, I'll be really grateful. By the way, I am not a native English speaker so really sorry for any mistake.
Thanks in advance.
When a user( Visitor) submits the form you are pushing data to google analytics and later getting that information on to Zoho CRM leads module right. Instead, you can make use of web-form which is available on the Zoho CRM setup section and can be integrated into the Lead module in Zoho CRM. Web-forms will provide you a code snippet include code on to your website where ever it is required.
Such that as soon as users submit form, data will be reflected on to lead module.
FYI please find the link: https://www.zoho.com/crm/web-forms.html?src=fe
Or else you can try with Zoho CRM rest API to push data when a user submits the form to Zoho CRM leads module
Please find the link : https://www.zoho.com/crm/developer/docs/api/overview.html
Kindly revert in case of any clarifications.
When querying events via the Google Calendar API (V3), I am unable to see the display name of the organizer of the event. The email field is populated however there is no display name.
From previous research I can only find mentions that in order to get the display name to populate, the GSuite user must also activate Google+ on the user's account. Is this seriously the only way to do it? Or are there any other API calls I can use to maybe retrieve this data?
Any help would be appreciated, Thanks!
You can check Daimto's answer from this SO post.
Display name is only added via the web view if it is a gmail account
and google has some way of knowing what the users name is. This might
also work if the user organizer has said user in their google contacts
google might be able to grab it that way as well.
I am working on a project in ASP.NET MVC4 which require that I go through the user's email when provided, retrieve the contact email and send an email invite to all the users.
Can someone help me to with accomplishing this step by step.
Thanks in anticipation.
There is a number of projects on sourceforge, which you can use for importing contacts from yahoo and gmail, for example, OpenContacts.NET
If you want to write your own code, see Google Contacts API and Yahoo! Address Book API
Is there a way to fetch Admin profile details/Company page owner details using Companies API?
or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API?
I read the documentation and could find a way for it, any help is highly appreciated.
http://developer.linkedin.com/documents/company-lookup-api-and-fields
http://developer.linkedin.com/documents/profile-fields
According to the LinkedIn API docs (last example in the Overview section), you can get all the companies a use is an admin for with the following call:
https://api.linkedin.com/v1/companies?is-company-admin=true