카카오워크

created : Fri, 16 Apr 2021 23:42:43 +0900
modified : Sat, 17 Apr 2021 00:02:51 +0900
soma nodejs

카카오워크 봇 소개

알림형 커스텀 봇 프로세스

submit action

call_modal

다른 사례

dataform

{
  "text": "카톡 제목",
    "blocks": [
      {"type" : "header", "text" : "제목", "style": "blue"},
      {"type" : "text", "text" : "제목", "markdown": true},
      {"type" : "button", "action_type": "call_modal", "value": "??? 이건 뭐지", "text" : "제목", "style": "blue"},
    ]
}