Set up Slack notifications using the discourse-chat-integration plugin

I’ve gone through the setup guide again and created a /hub slash command. Calling /hub post is working for me on any channels that I’ve added the app to. I am using the same permissions as in the screenshot that you posted.

Can you make sure you’ve completed step 8 of the guide? That section tells you to:

Go to the Interactivity & Shortcuts page, enable the Interactivity section by switching it to On and enter this url under “Request URL”

<your-discourse-url>/chat-integration/slack/interactive

It might also be good to confirm that you can post from Discourse to the Slack channel that you’re trying to run the /hub post command on.

Let us know if you’re still not able to get this to work.

1 Like

I checked and I believe yes, I did follow that step.

Here’s a screenshot.

I think the error is happening in something related to Step 7, though.

Here are my settings.

How that shows up when I try using the slash command on Slack is

Yes, that part is working perfectly.

Nope, not working. :slightly_smiling_face:

1 Like

The “Request URL” in the Edit Command section of your screenshot isn’t using HTTPS. Maybe that’s the problem.

2 Likes

That did it, thank you!!!

1 Like

I’ve followed the instructions in this guide and have my Disourse/Slack integration (mostly) working. Great work on this plugin! I do have three questions/observations.

Can’t subscribe to messages in a sub category by subscribing to the parent

This may be by-design, but it wasn’t obvious at first. I have parent categories with child categories under them. I expected that if I created a rule that filtered “All posts and replies” to the parent category that it would implicitly include each of the children categories as well. This did not seem to work however, and I needed to create rules for each of my (many) child categories. This would be a great enhancement request to simplify setup for a Discourse installation with many sub categories under a few parent categories.

Can’t subscribe to all categories with a single rule

I found some conflicting information on this and I assume the older Slack plugin allowed for this, but I couldn’t find a way to create a single rule that would simply subscript to all posts and replies from ALL categories in the site. I was hoping to do this all in a single, simple rule. But due to this and the point above, it took 31 separate rules instead of a single rule to just get a basic bridge between my entire Discourse platform and a Slack channel. Unless I’ve missed something, please consider this as an enhancement request as well.

Discourse post command only works in one channel

Now, this is likely my fault, but I can’t figure it out, I’ve been through all the threads on the topic, and I’d love some help. I’ve checked and doubled checked the permissions of my Slack app and I can confirm that it totally 100% works… in only one of my channels!

/discourse post 20

So I know the access token is set up and working fine. However, in all of the other channels in my Slack team, the command above simply outputs

Loading the transcript...

and that’s all. These are all public channels and I’ve tried every manner of combination of settings. The one channel that works was created newly today, but when I created another new channel to test, it didn’t work. I don’t even know where to begin troubleshooting this. The only logs I’m aware of in Discourse are

./launcher logs app

but there doesn’t seem to be anything at all there. What setting may I have overlooked that would only allow posting to work in one channel, and where would I look to debug this?

Thanks for the guide!

Like an earlier poster, I’m hitting these errors:

/discourse failed with the error "dispatch_failed"

image

What might I be missing? I double checked the information that I’ve pasted screenshots of below.

Are there debug logs available for this? I checked Error Logs in Admin, and also sudo ./launcher logs app.

Please let me know what additional info I can provide to help debug this. Thank you!


Oauth scopes:

Slash command params

Verification & Oauth tokens

image

Interactivity settings

image

@stanislaw after you first asked and David responded, I implemented threaded replies, with David’s advice.

That topic shows how to configure it.

2 Likes

@Brad_Wood your suggestions and question sound interesting, so I don’t want them to get lost.

Would you mind moving the first 2 as a new topic in #feature and tag it #chat-integration, then moving your question to #support a d tag it #chat-integration too?

This would make it easier to follow/track and not get lost here.

I would have moved the post to a new topic for you, but seeing as you have feature requests and a question in the single post, I’d have to edit and create something new to move it, and I don’t want to do that.

2 Likes

@osioke I have created two new topics as you requested, however it appears I don’t have permissions to add tags.

If you could help me tag these posts or let me know how to tag them, I would appreciate the assistance.

1 Like

Hi, I was running into this same issue (after following the steps exactly).

The thing that I was missing was enabling the top level chat integration plugin:

Enabling this got the integration to work as expected.

3 Likes

@ililic Thank you! That was it. :man_facepalming:

(Would be good to explicitly add this to the top-level instructions! @david)

Good idea :+1: I added it to the first step in the OP here:

3 Likes

What is the best way to set the bot to send Slack notification for ALL posts/replies in the forum?

Currently it seems that first you have to add all different topics separately and it still doesn’t work if someone posts in the subcategory of those topics.

A really odd thing happens when chat-integration is paired with DiscoTOC - automatic table of contents (cc @Johani)

The headings are now preceded by a link that does NOT go to the heading.

See screenshots below.
The original post

The preview in Slack

Result of clicking on the first link is just the homepage of the forum

1 Like

I am able to receive notifications on my Slack channel every time someone posts a new message on Discourse (if a certain tag is added at the same time).
Question: is it possible to trigger Slack notifications only WHEN a new tag is added to an existing Discourse Topic (let’s assume the Topic was created before)?

Hi - we have set up the integration and are getting the slack notifications for topics in our support category - but is it also possible to have a once daily summary of posts across the whole forum (ie. to let us know activity, but not urgent issues)?

It might be worth saying that if you skip the slash command section and you come back later to add it, it prompts you to install the app all over again which makes the chat plugin disabled for some reason and you get the dispatch error.

So if you go back to add the slash commands, make sure you add the tokens and basic information again in the admin panel

I have a permission question.
I would like to be able to only run /discourse post myself and myself only as the owner of the slack workspace. In other words, I don’t want other users to even see the Discourse Integration App, or if they see, I don’t want them to be able to run /discourse post. Is it possible?

Hello @david and other community members!

As far as I can tell, it seems like I need to setup every subcategory separately in Discourse that I want to post to Slack.

In other words, I can’t just specify the overarching category to be sent to Slack and then expect all of that category’s subcategories to get sent to Slack as well.

It seems like I need to setup each subcategory separately. Is this correct?

Ideally, I’d love to just pick a category to send to Slack, and have all of the subcategories automatically be a part of that.

Thanks,
Scott