Email Tracking for Crm Application -
i'm working on crm application , need track email of clients. how can implement emal sync functionality ?
i'll use google apps marketplace.
there several ways implement this.
you use gmail contextual gadget - inserts configurable gadget gmail. can design gadget access crm. https://developers.google.com/gmail/contextual_gadgets
you use gmail api connect gmail crm. build synchronisation process checks "crm" label example in users inbox. when labelled email can added crm. https://developers.google.com/gmail/api/
you build chrome extension extends gmail , allows crm access. extension can manipulate gmail dom. example of gmail.js https://github.com/kartiktalwar/gmail.js?utm_source=tuicool
Comments
Post a Comment