This commit is contained in:
Norm Rasmussen
2022-02-28 09:40:27 -05:00
parent 0c86dd1409
commit ec57068f6c
4 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,3 +1,4 @@
/*
Custom Fields:
Channel = customfield_10121
Campaign = customfield_10120

View File

@ -59,8 +59,7 @@ function newMeetings() {
Logger.log(sdrMeeting);
var toSend = sdrMeeting.splice(1).join('\n');
var getEm = toSend.replace(/,/g, ' - ')
Logger.log(getEm)
/*
Logger.log(getEm);
let payloadMeetingText =
{
"blocks": [
@ -106,5 +105,5 @@ function newMeetings() {
const sendMsg = UrlFetchApp.fetch(webhook, options);
var respCode = sendMsg.getResponseCode();
Logger.log(sendMsg);
Logger.log(respCode);*/
Logger.log(respCode);
};

Binary file not shown.