Trigger Google Apps Script by email

后端 未结 3 1375
执笔经年
执笔经年 2020-12-08 22:30

I\'m looking for examples of a pattern where a demon script running within a GoogleAppsForBusiness domain can parse incoming email messages. Some messages will will contain

3条回答
  •  青春惊慌失措
    2020-12-08 23:00

    You can create a google app that will be triggered by an incoming email message sent to a special address for the app. The message is converted to an HTTP POST which your app receives.

    More details here: https://developers.google.com/appengine/docs/python/mail/receivingmail

    I havn't tried this myself yet but will be doing so in the next few days.

提交回复
热议问题