質問編集履歴

1

2019/12/06 10:40

投稿

goepi
goepi

スコア5

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  function postSlack(text){
66
66
 
67
- var url = "https://hooks.slack.com/services/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" ;
67
+ var url = "https://hooksxxxxxxxxxxxx" ;
68
68
 
69
69
  var options = {
70
70
 
@@ -74,7 +74,7 @@
74
74
 
75
75
  "payload" : JSON.stringify({
76
76
 
77
- "channel" : "#cr-furukawa_team",
77
+ "channel" : "#チャンネル名",
78
78
 
79
79
  "text" : text,
80
80
 
@@ -146,7 +146,7 @@
146
146
 
147
147
  "BOX URL:" + notifySheet.getRange("H" + rowNum).getValue() + "\n" +
148
148
 
149
- "SS URL" + "https://docs.google.com/spreadsheets/d/1JnhKxxqPFZw9Ut916JSC8dyL30emVOnZ1xiJJeeHDTU/edit";
149
+ "SS URL" + "https xxxxxxxxxxxx";
150
150
 
151
151
   }
152
152