Skip to content

Commit 09fd78a

Browse files
Update send_kakao_alimtalk.py
1 parent 76b7441 commit 09fd78a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/simple/send_kakao_alimtalk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
pf_id="계정에 등록된 카카오 비즈니스 채널ID",
1313
template_id="계정에 등록된 카카오 알림톡 템플릿 ID",
1414
# 만약에 템플릿에 변수가 있다면 아래와 같이 설정합니다.
15+
# 값은 반드시 문자열로 넣어주셔야 합니다!
1516
# variables={
1617
# "#{name}": "홍길동",
17-
# "#{age}": 30
18+
# "#{age}": "30"
1819
# }
1920
)
2021

0 commit comments

Comments
 (0)