---
type: note
kind: Recipe
tags: ['google-apps-script', 'slack']
status: release
ctime: 2022-04-09
mtime: 2026-09-01
generated: { by: human:cbcruk, at: 2024-03-29T14:11:20Z }
verified: { by: claude/opus-5, at: 2026-08-19T00:00:00Z }
sources:
  - id: davidwalsh-using-slack-slash-commands-to
    resource: https://davidwalsh.name/using-slack-slash-commands-to-send-data-from-slack-into-google-sheets
    title: "Using Slack Slash Commands to Send Data from Slack into Google Sheets"
---

[Using Slack Slash Commands to Send Data from Slack into Google Sheets](https://davidwalsh.name/using-slack-slash-commands-to-send-data-from-slack-into-google-sheets)

**순서를 기억하려고 적어둔 것이다.** 방법은 위 링크에 있다.

1. 사람들이 추천한 책을 기록한다
2. 슬랙 -> 구글시트
3. 슬랙 커맨드 설정 `/book` + 구글앱스 스크립트 url 연결[^97-1]
4. POST로 전송 받은 데이터값을 기반으로 데이터 처리 완료

---

[^97-1]: [꿀벌개발일지 :: 구글 앱스 스크립트에서 비동기 작업 추가하기](https://ohgyun.com/806) doPost에서 비동기 처리 