1.0.0 • Published 2 years ago

planor-plugin-gmail v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

plugin-gmail

Planor Gmail plugin.

Usage

import PlanorServiceGmail from '@planorjs/plugin-gmail'

const credentials = {
  sender: 'test@test.com',
  gcloudProject: 'project-name',
  googleApplicationCredentials: '/path/to/googleCloudServiceAccount.json'
}

const service = new PlanorServiceGmail(credentials)

Version management of this repository done by releaser 🚀