Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/home/contact-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ Before reaching out, you might find your answer in our resources:
- [Blog](https://blog.arcade.dev/) - Latest updates and technical articles
- [Examples](https://github.com/ArcadeAI/arcade-ai/tree/main/examples) - Examples and guides for using arcade-ai

### <Mail className="inline-block w-5 h-5 mr-1 -mt-1" /> Email
For general inquiries and support:
- [Contact us via email](mailto:[email protected])

<Note>
Email responses are not guaranteed within a specific timeframe. For faster assistance, we recommend joining our Discord community.
</Note>
10 changes: 5 additions & 5 deletions pages/toolkits/social-communication/slack/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can leverage this app in Arcade's Playground when you log in to the Arcade D

While the Arcade app for Slack does not directly expose a Large Language Model (LLM) to you, you will likely use Arcade's tools in conjunction with an LLM. When using LLMs, there's always potential to generate inaccurate responses, summaries, or other output.

Arcade's sample Slack app brings Arcade's powerful AI tool-calling capabilities to your team's everyday conversations. The Arcade app for Slack can:
Arcade's sample app for Slack brings Arcade's powerful AI tool-calling capabilities to your team's everyday conversations. The Arcade app for Slack can:

- Send messages to your Slack channels and direct messages on your behalf
- Find information in your Slack channels and direct messages
Expand All @@ -28,7 +28,7 @@ Arcade's sample Slack app brings Arcade's powerful AI tool-calling capabilities
For more details on what tools are available and what scopes they require, see the [Slack toolkit documentation](/toolkits/social-communication/slack).

<Note>
The Arcade Slack app requires an active Arcade account. If you don't have one yet, <SignupLink utmParams={{
The Arcade app for Slack requires an active Arcade account. If you don't have one yet, <SignupLink utmParams={{
utm_source: "docs",
utm_medium: "page",
utm_campaign: "slack-app-install",
Expand All @@ -38,7 +38,7 @@ For more details on what tools are available and what scopes they require, see t
## How it works

<Steps>
### Install the Arcade Slack app
### Install the Arcade app for Slack
Click the "Add to Slack" button below to install Arcade in your workspace.

<div className="mt-8 mb-10">
Expand All @@ -48,7 +48,7 @@ Click the "Add to Slack" button below to install Arcade in your workspace.
onClick={(e) => {
e.preventDefault();
const randomState = Math.random().toString(36).substring(2);
const authUrl = `https://slack.com/oauth/v2/authorize?client_id=6177955493956.7607723124533&redirect_uri=https%3A%2F%2Fcloud.arcade-ai.com%2Fapi%2Fv1%2Foauth%2Fcallback&scope=users:read&state=${randomState}`;
const authUrl = `https://slack.com/oauth/v2/authorize?client_id=6177955493956.7607723124533&redirect_uri=https%3A%2F%2Fcloud.arcade-ai.com%2Fapi%2Fv1%2Foauth%2Fcallback&scope=users:read&scope=users:read,channels:history,groups:history,im:history,mpim:history&user_scope=channels:read,chat:write,groups:read,im:read,im:write,mpim:read,users.profile:read,users:read,users:read.email&state=${randomState}`;
window.open(authUrl, '_blank', 'noopener,noreferrer');
}}
style={{ display: 'inline-block' }}
Expand Down Expand Up @@ -86,7 +86,7 @@ Try leveraging the Arcade Slack tools in the Arcade Playground by [chatting with

## Next steps

The Arcade Slack app is a sample for what Arcade can do with your Slack workspace. It's likely that for your own applications you'll need to [create your own Slack app](/home/auth-providers/slack). Creating your own Slack application will allow you to brand the app, customize the permissions, and more.
The Arcade app for Slack is a sample for what Arcade can do with your Slack workspace. It's likely that for your own applications you'll need to [create your own app for Slack](/home/auth-providers/slack). Creating your own application for Slack will allow you to brand the app, customize the permissions, and more.

## Need help?

Expand Down