Skip to content

Commit 0136c8f

Browse files
updating slack readme
1 parent e5b965a commit 0136c8f

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

components/slack/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Overview
22

3-
The Pipedream Slack app enables you to build event-driven workflows that interact with the Slack API. Once you authorize the Pipedream app's access to your workspace, you can use [Pipedream workflows](/workflows/) to perform common Slack [actions](#workflow-actions) or [write your own code](/code/) against the Slack API.
3+
The Pipedream app for Slack enables you to build event-driven workflows that interact with the Slack API. Once you authorize the app's access to your workspace, you can use [Pipedream workflows](/workflows/) to perform common Slack [actions](#workflow-actions) or [write your own code](/code/) against the Slack API.
44

5-
The Pipedream Slack app is not a typical app. You don't interact with it directly as a bot, and it doesn't add custom functionality to your workspace out of the box. It makes it easier to automate anything you'd typically use the Slack API for, using Pipedream workflows.
5+
The Pipedream app for Slack is not a typical app. You don't interact with it directly as a bot, and it doesn't add custom functionality to your workspace out of the box. It makes it easier to automate anything you'd typically use the Slack API for, using Pipedream workflows.
66

77
- Automate posting updates to your team channels
88
- Create a bot to answer common questions
@@ -11,13 +11,13 @@ The Pipedream Slack app is not a typical app. You don't interact with it directl
1111

1212
# Getting Started
1313

14-
## Should I use the Slack or Slack Bot app on Pipedream?
14+
## Should I use the app for Slack or bot for Slack on Pipedream?
1515

16-
The Slack app is the easiest and most convenient option to get started. It installs the official Pipedream bot into your Slack workspace with just a few clicks.
16+
The app for Slack is the easiest and most convenient option to get started. It installs the official Pipedream bot into your Slack workspace with just a few clicks.
1717

18-
However, if you'd like to use your own bot registered with the [Slack API](https://api.slack.com), you can use the [Slack Bot app](https://pipedream.com/apps/slack-bot) instead.
18+
However, if you'd like to use your own bot registered with the [Slack API](https://api.slack.com), you can use the [bot for Slack](https://pipedream.com/apps/slack-bot) instead.
1919

20-
The Slack Bot requires a bot token to allow your Pipedream workflows to authenticate as your bot. The extra setup steps allow you to list your custom bot on the Slack Marketplace or install the bot on other workspaces as your bot's name instead of as Pipedream.
20+
The bot for Slack requires a bot token to allow your Pipedream workflows to authenticate as your bot. The extra setup steps allow you to list your custom bot on the Slack Marketplace or install the bot on other workspaces as your bot's name instead of as Pipedream.
2121

2222
## Accounts
2323

@@ -44,7 +44,6 @@ The Slack Bot requires a bot token to allow your Pipedream workflows to authenti
4444

4545
- **Real-time CRM Updates**: Configure a Pipedream workflow to listen for specific trigger words in sales-related Slack channels. When mentioned, the workflow fetches corresponding data from a CRM tool like Salesforce and posts the latest deal status or customer information in the Slack conversation for quick reference.
4646

47-
4847
# Troubleshooting
4948

5049
## Error Responses
@@ -64,6 +63,7 @@ Example of a successful response:
6463
If the `ok` property is false, Slack will also include an `error` property with a short machine-readable code that describes the error.
6564

6665
Example of a failure:
66+
6767
```json
6868
{
6969
"ok": false,

pnpm-lock.yaml

Lines changed: 23 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)