# Rasa Bot to Bot Interaction in slack

**URL:** https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991
**Category:** Getting Started with Rasa
**Created:** [September 20, 2019, 9:58am UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991 "2019-09-20T09:58:01Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![HESHN](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/heshn/32/4996_2.png) [@HESHN](https://forum.rasa.com/u/HESHN)
#### Post date: [September 20, 2019, 9:58am UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/1 "2019-09-20T09:58:01Z")

</div>

Hi, Is it possible to make my rasa bot respond to another bot messages in a Slack channel? I have integrated the bot with slack workspace using credentials.yml. Bot interacts with user messages perfectly. But doesn’t send any response to messages by another bot on the same channel. Please help.

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [September 20, 2019, 2:41pm UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/2 "2019-09-20T14:41:25Z")

</div>

What events is your bot subscribed to?

---

<div class="post-metadata">

### Author: ![HESHN](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/heshn/32/4996_2.png) [@HESHN](https://forum.rasa.com/u/HESHN)
#### Post date: [September 21, 2019, 8:27am UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/3 "2019-09-21T08:27:28Z")

</div>

![slack2](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/a/ad582f1616eabe0d55c6e38849667a35a09835c2.png) ![capture3](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/e/eb1c68b1d011ff131f28240dc4f2112ecf75dade.png)

@erohmensing

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [September 22, 2019, 11:12am UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/4 "2019-09-22T11:12:56Z")

</div>

Hm, and if you e.g. set up an ngrok server where you can see all the requests coming in, do you see the messages from the other bot there?

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [September 22, 2019, 11:15am UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/5 "2019-09-22T11:15:06Z")

</div>

I think that [here](https://github.com/RasaHQ/rasa/blob/8357bb664aa55b176ba73e2c4911d7a3b53de50f/rasa/core/channels/slack.py#L177) we ignore messages from bots by default. You could create a custom slack connector with the same code but removing that, and I believe it should listen to other bots.

---

<div class="post-metadata">

### Author: ![HESHN](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/heshn/32/4996_2.png) [@HESHN](https://forum.rasa.com/u/HESHN)
#### Post date: [September 23, 2019, 12:04pm UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/6 "2019-09-23T12:04:12Z")

</div>

Thanks Ella its working now ! You are amazing !

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [September 23, 2019, 12:38pm UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/7 "2019-09-23T12:38:07Z")

</div>

Sure thing! Sounds like a cool project you got going there 😃🚀

---

<div class="post-metadata">

### Author: ![HESHN](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/heshn/32/4996_2.png) [@HESHN](https://forum.rasa.com/u/HESHN)
#### Post date: [September 26, 2019, 3:55pm UTC](https://forum.rasa.com/t/rasa-bot-to-bot-interaction-in-slack/15991/8 "2019-09-26T15:55:46Z")

</div>

Yes.Will share info with you once completed 😊
