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
2 changes: 1 addition & 1 deletion plugins/list-public-slack-channels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We recommend creating the connector for Slack first, prior to installing this pl

**Note**: For **Fetch Public Slack Channels** functionality, you will need to also add the following permissions (the connector guide will walk you through how to add permissions):

- Assign the `channels:read`, `groups:read`, `im:read` and `mpim:read` scopes to the User token that is being used.
- Assign the `channels:read`, `groups:read`, `im:read` and `mpim:read` scopes to the **Bot User OAuth Token** that is being used.

Once the connector is configured, please refer to our [plugin installation documentation](https://help.moveworks.com/docs/ai-agent-marketplace-installation) for more information on how to install a plugin.

Expand Down
2 changes: 1 addition & 1 deletion plugins/workday-upcoming-birthday-lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ https://your-domain.com/ccx/service/customreport2/<tenant>/<username>/Alert_-_Bi

### **Get the URL for the Report**

In this step, we will get the URL for the report we want to run within Creator Studio. We are using a inbuilt report as part of this example but you can call any report that already exists or that you create using these steps.
In this step, we will get the URL for the report we want to run within Agent Studio. We are using a inbuilt report as part of this example but you can call any report that already exists or that you create using these steps.

We are going to use the `*Alert - Birthdays for this week and next*` report to get the upcoming birthdays for this example.

Expand Down