Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

kintone-samples/SAMPLE-kintone-connect-gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

kintone connect Gmail

Recieve and send email with Gmail on kintone app

App Customization

On the JavaScript and CSS Customization, add the files following the setting below

Setting:

Open kintone-connect-gmail.js, config the extensions prohibited and the fieldcode of the kintone app

app: {
    appClientID: "{App client ID}", // the Google app client ID
    fieldsCode: {
        attachment: "attachment",    // ATTACHMENT field
        bcc: "bcc",                  // SINGLE_LINE_TEXT field
        cc: "cc",                    // SINGLE_LINE_TEXT field
        content: "message",          // RICH_TEXT field
        dateTime: "Date_and_time",   // DATE_AND_TIME field
        from: "from",                // SINGLE_LINE_TEXT field
        labels: "labels_id",         // SINGLE_LINE_TEXT field
        mailAccount: "email_account",// SINGLE_LINE_TEXT field
        messageID: "message_id",     // SINGLE_LINE_TEXT field
        owner: "owner",              // USER_SELECTION field
        subject: "subject",          // SINGLE_LINE_TEXT field
        threadID: "thread_id",       // SINGLE_LINE_TEXT field
        to: "to"                     // SINGLE_LINE_TEXT field
    },
    extensionProhibited: [/*your extensions (seperated with comma)*/] // Example: ['exe', 'csv']
}

Reference

License

MIT License

Copyright

Copyright(c) Cybozu, Inc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published