Install GMail Client: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
Line 12: Line 12:
----
----
'''Limitations'''
'''Limitations'''
* Note: This container uses an unoffical API to get the data from Gmail. If google change the UI of Gmail this could break the system until we can update the library to fix this.


Version 1:  
Version 1:  
Line 17: Line 19:
* No parse email menu
* No parse email menu
* No new appt menu
* No new appt menu
* Tagging is not available
* Dialogs for save email/log call etc open in the taskpane and not in separate dialogs
* Dialogs for save email/log call etc open in the taskpane and not in separate dialogs


Line 24: Line 27:


Version 1 - Released 9th Sept 2024
Version 1 - Released 9th Sept 2024
----
Gmail™ email service is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.
'''Gmail.js - JavaScript API for Gmail'''
This is the library that provides the API
https://github.com/KartikTalwar/gmail.js
'''GmailJS Node boilerplate'''
This is the code the chrome add in is based on

Revision as of 17:02, 9 September 2024

coming soon... --updated 9th Sept 2024

Installing the client

Open chrome and install from the chrome app store.

Click on the image below to open the location.


Limitations

  • Note: This container uses an unoffical API to get the data from Gmail. If google change the UI of Gmail this could break the system until we can update the library to fix this.

Version 1:

  • There are no compose features
  • No parse email menu
  • No new appt menu
  • Tagging is not available
  • Dialogs for save email/log call etc open in the taskpane and not in separate dialogs


Release notes

Version 1 - Released 9th Sept 2024


Gmail™ email service is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.

Gmail.js - JavaScript API for Gmail

This is the library that provides the API

https://github.com/KartikTalwar/gmail.js

GmailJS Node boilerplate

This is the code the chrome add in is based on