Kronologic depends on mail service to provide users with automated outreach & scheduling capabilities. With a G Suite email service the integration with Kronologic is accomplished via Google’s G Suite REST APIs. Kronologic uses Mail, & Calendar APIs to provide seamless authentication and the Kronologic application experience expected in a Google environment.
“The term REST is short for "Representational State Transfer." In the context of Google APIs, it refers to using HTTP verbs to retrieve and modify representations of data stored by Google.”
- Google REST API Team
Architecture
Kronologic uses Google REST APIs to do 4 Things
Graph API Used – https://www.googleapis.com*
Scope |
Rationale |
API Used |
Calendars.ReadWrite |
Used for creating or removing calendar events |
*/calendar/v3/calendars/ |
Mail.ReadWrite |
Reading and creating messages on the users behalf |
*/gmail/v1/users/me/messages |
Mail.Send |
Sending email messages on the users behalf |
*/gmail/v1/users/me/messages |
Openid |
Open Id data on the user |
on authentication |
|
used in conjunction with opeid to obtain more detailed user info |
on authentication |
Offline_access |
Retrieving offline access tokens to perform operations outlined |
on authentication |
Security & Privacy
Please visit www.kronologic.ai/trust to see how we work hard to earn and maintain your trust. And read more about to our privacy policy and terms & conditions.