You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// more information about additional params https://api.slack.com/methods/chat.postMessage
const params = {
link_name: 'true',
};
bot.postMessageToChannel('bot-testing', 'Hey Students! It is time to fill out the feedback survey. Head on over to https://forms.gle/ALgMTTyH5TaDQfYT7' , params);