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
have you done any implementation about proxy settings? slack.webhook({ channel: "#general", username: "webhookbot", text: "This is posted to #general and comes from a bot named webhookbot.", proxy:"@proxy" }, function(err, response) { if(err){ console.log(err); }else{ console.log(response); } });
throws me an error.
The text was updated successfully, but these errors were encountered:
have you done any implementation about proxy settings?
slack.webhook({ channel: "#general", username: "webhookbot", text: "This is posted to #general and comes from a bot named webhookbot.", proxy:"@proxy" }, function(err, response) { if(err){ console.log(err); }else{ console.log(response); } });
throws me an error.
The text was updated successfully, but these errors were encountered: