Reputation: 3616
I need to get the list of contacts and after that send a message to one of the contacts. Can I get a list of gmail contacts without using Google Contacts API, only with Gmail API?
Upvotes: 2
Views: 4936
Reputation: 17613
I've checked the guides and have not seen methods to fetch gmail contacts. I think retrieving contacts was deliberately meant for Contacts API given it has methods such as (which doesn't exist in Gmail API) :
Retrieving a single contact
https://www.google.com/m8/feeds/contacts/{userEmail}/full/{contactId}
Upvotes: 2