Retrieve Zoho Mail using Zoho CRM API - crm

We have connected our Zoho Mail with Zoho CRM using IMAP configuration. Now we are able to see the emails on Contact's Email section.
Is there a way to get these emails via Zoho CRM API? Similar to how we get Notes/Events for a contact.

on Zoho CRM we don't have any functions or API's available to fetch mail sent from CRM. But using Zoho mail API's we can fetch the required information. Also kindly check Zoho integration tasks. But on CRM we don't have any methods by default to get those details. Mail sent to one particular lead record can be obtained user get search mail api kindly refer Zoho mail API. As you mentioned Zoho mail and CRM and integrated, in such cases you can contact Zoho CRM team requesting to provide API to get only those mail which is associated with a particular contact
FYI please find the link :
Zoho Mail API: https://www.zoho.com/mail/help/api/get-search-emails.html
ZOHO Integration Task Methods: https://www.zoho.com/deluge/help/script/mail/get-details.html
If I know what exactly you are looking for I can suggest you better

Related

Get messages and contacts from Linkedin

I would like to do some analytics on my Linkedin account.
I would like to get a list of my messages and my contacts.
Is there an API for this, or is there any other way to get them - export or something....
Contacts API provides a complete list of the authenticated user's address book on LinkedInhere
Not sure if LinkedIn allow the enumeration of ones messages. However, sending, deleting, archiving messages are possible.
LinkedIn Messages API:
https://developer.linkedin.com/docs/v1/communications/message-api-calls
LinkedIn Contacts API:
https://developer.linkedin.com/docs/v1/people/contacts-api
GET https://api.linkedin.com/v1/contacts

email send using mailchimp in ASP.NET

i am using mailchimp for sending bulk emails, i successfully subscribe emails using code but cant find a way to send email on subscribed list.
Kindly provide solution using mailchimp in asp.net.

Email Tracking for Crm Application

I'm working on a CRM application and need to track email of clients. How can i implement emal sync functionality ?
I'll initially use it for google apps marketplace.
There are several ways to implement this.
You could use a Gmail Contextual Gadget - which inserts a configurable gadget into Gmail. You can design the gadget to access your CRM. https://developers.google.com/gmail/contextual_gadgets
You could use the Gmail API to connect Gmail to your CRM. Build a synchronisation process that checks for a "CRM" label for example in the users inbox. When labelled the email can be added to the CRM. https://developers.google.com/gmail/api/
You could build a Chrome Extension that extends Gmail and allows for CRM access. The extension can manipulate the Gmail dom. Example of this is Gmail.js https://github.com/KartikTalwar/gmail.js?utm_source=tuicool

Importing contacts from gmail or yahoo and sending an email to the contacts reitrived Using MVC 4

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

How can I retrieve contacts/emails from things like MSN, Twitter, Facebook, GMail , etc...?

I'm building an application that gives users the option to send out an email notification to their friends.
The options I would like to give them for this are to:
manually write down which emails they would like to send to
choose contacts from a list of ones already in the database for that user
choose all contacts from facebook, twitter, digg, gmail, or msn to send the email to
Is there any way I can retrieve all of the email addresses for a certain contact from these different websites?
For example, if I chose the option to send out email notification and I wanted to send it to all of my friends on my facebook account, how could I do this? (Remembering that the user is interacting with a completely separate website and should not have to go onto facebook to send this emails)
Any ideas?
Thanks in advance for your help!
Matt
Google contacts api: http://code.google.com/apis/contacts/
Windows Live contacts api: http://msdn.microsoft.com/en-us/library/bb463989.aspx
Facebook's apis are here: http://wiki.developers.facebook.com/index.php/API
For each websites (twitter, facebook, etc.) use their API for accessing contacts.
Russau was faster with the Google contacts API. For sending Gmail messges there is also a third-party API here. Actually I thought that also Google released one, but I couldn't find it at the moment.
\Edit:
This might be relevant too.

Resources