Is There a Guide on How to Create a Slack Bot for Direct Chat with PipeDream Flow Integration?

This topic was automatically generated from Slack. You can find the original thread here.

I have a hard time to create a slack bot → anyone that has a guide?

I what people to chat directly with a bot where it is a pipedream flow behind :slightly_smiling_face:

You can create a slack bot on Slack Admin, then try to use Pipedream Slack Bot integration https://pipedream.com/apps/slack-bot

thank you!

We’ve also got a blog post about creating a Slack bot that triggers a workflow on slash commands: https://pipedream.com/blog/build-a-slack-slash-command-in-less-than-10-minutes/

You can also configure your bot to send mentions / direct messages to a Pipedream HTTP endpoint. This is how our Pi bot works

This is the specific event we subscribe to: https://api.slack.com/events/app_mention

Thank you so much! :raised_hands:

One more: how to remove the “Sent via Pipedream” on this on?

You can set to false prop Include link to workflow

Last think, why pipedream logo here?

Screenshot 2024-01-24 at 10.13.16.png

The small icon is still pipedream but not under the thread

do you happen to know why the icon shows up as PD from the channel view but correctly shows the icon within the thread? I think this is an issue for some of our bots too yeah?

Yea I’ve seen that but haven’t dug in…

Sounds like it’s by design from Slack Threaded reply icon_url doesn't set preview · Issue #1337 · slackapi/bolt-js · GitHub

ah that’s unfortunate, thanks for digging in