slackapi / bolt-js

A framework to build Slack apps using JavaScript
https://tools.slack.dev/bolt-js/
MIT License
2.74k stars 393 forks source link

How to send notification to another user's slack workspace #1648

Closed dsharma522 closed 1 year ago

dsharma522 commented 1 year ago

I want to send slack notification (message as an app to another workspace).

  1. I have created a slack app as slack_app
  2. I have installed slack_app into my own_workspace as own_ws.
  3. A external users say user_x has installed my slack app into their workspace.

I want to automate this sending notification business using third parties for example, using courier or using something else library.

I have webhook url of user_x's slack workspace which i caught during oauth installation and that is something can be used to send messages but how to automate this sending notification via some third party.

How we can send notification/message into another workspace ? I did research a bit but could not find relevant information anywhere.

Sorry that creating this an issue, It is Question/discussion label. I could not find anything, hence posted here for some positive response.

hello-ashleyintech commented 1 year ago

Hi, @dsharma522! Thanks for submitting your question!

I noticed this was a duplicate submission from you along with https://github.com/slackapi/bolt-python/issues/756 and https://github.com/slackapi/python-slack-sdk/issues/1293. I will be closing this issue and answering the question through the first submitted issue for this, https://github.com/slackapi/bolt-python/issues/756. Please check there for any updates and answers related to the issue!