developing Gmail API (download and send) to fmOAuth (0.0.2)
Hello.
I am Teruhiro Komaki of frudens Inc.
It is a blog after a long absence.
We released a beta version (0.0.1) of the solution fmOAuth at the end of last year (2017).
After releasing it, I could not develop for a while, but I have been working on development continuously as I got a little time.
We added a script to access Gmail API in this release (0.0.2).
As a result, you can download Gmail and you can send mail via API.
As for sending e-mail, I thought that it was unnecessary because I can send e-mail at the script step of the FileMaker, but I implemented it because it’s peculiar.
By the way, now it will be plain text transmission.
Gmail API
Gmail API Response data
Gmail API Response data (JSON)
{ "messages" : [ { "id" : "1617d8aa4f69f846", "threadId" : "1617d8aa4f69f846" }, { "id" : "1617d87efe69da91", "threadId" : "1617d87efe69da91" }, { "id" : "1617d3c7d8bba069", "threadId" : "1617d3c7d8bba069" }, { "id" : "1602efb1eafc3062", "threadId" : "1602efb1eafc3062" }, { "id" : "1602edd4d91518e5", "threadId" : "1602edd4d91518e5" } ], "resultSizeEstimate" : 5 }
1 Comment