slackapi / node-slack-sdk

Slack Developer Kit for Node.js

Home Page:https://slack.dev/node-slack-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to pass error response object through slack bot

moezbenrebah opened this issue · comments

commented

I built an error handler on my back-end MERN web application and I need to improve it by creating a Slack bot that will send an error object whenever an error happens to a given Slack channel. I tried several ways but they didn't succeed. Can someone please describe to me the common ways to do that ?