update,
This commit is contained in:
58
task1-quote/slides_src/index.md
Normal file
58
task1-quote/slides_src/index.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
marp: true
|
||||
title: Helloworld
|
||||
description: Hosting Marp slide deck on the web
|
||||
theme: uncover
|
||||
paginate: true
|
||||
_paginate: false
|
||||
header: '**google apps script send email**'
|
||||
footer: ' https://louiscklaw.github.io'
|
||||
---
|
||||
|
||||
<!-- headingDivider: 2 -->
|
||||
|
||||
# google apps script
|
||||
send email
|
||||
|
||||
## 目的: 通知報名者
|
||||
|
||||
1. 已獲取錄
|
||||
1. 付款
|
||||
|
||||
## 做法:
|
||||
- 頁面 '學員進度'
|
||||
- 欄 '通知日期' 中,該列 "變成" 觸發日期
|
||||
- 欄 '繳費進度' 自己轉為 "已通知"
|
||||
- 自動 SEND EMAIL 去 同列的 '電郵地址'
|
||||
|
||||
## requirement/需要資料:
|
||||
1. 係學員進度呢個頁面度
|
||||
1. 首先 "繳費進度" 要係未通知
|
||||
1. 跟住 "電郵地址" 要係一個有效嘅地址
|
||||
1. 加埋 "付款連結" 要係一條 link ()
|
||||
|
||||

|
||||
|
||||
## how to run/點行呢?
|
||||
1. click "Automator Menu"
|
||||
1. click "send 繳費通知 (未通知 -> 己通知)"
|
||||

|
||||
|
||||
## done/行完?
|
||||
|
||||
**send 左 email 的話:**
|
||||
1. 繳費進度 由 "未通知" -> "已通知"
|
||||
1. 通知日期 會填上 "日期"
|
||||

|
||||
|
||||
## email/電郵?
|
||||

|
||||
|
||||
## resend/s重發 email?
|
||||
1. 將繳費進度由 "己通知" 轉番去 "未通知",
|
||||
1. 然後再行個 script 一次 (slide 5)
|
||||

|
||||
|
||||
## QnA/問問題?
|
||||
|
||||
😃
|
Reference in New Issue
Block a user