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: 4 additions & 3 deletions agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

Review all changes since the last changelog update. Draft a new changelog post with any new features, bug fixes, or breaking changes.

Include information about what a change is and how it affects users.

Check warning on line 75 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L75

Did you really mean 'informat'?

Do not include any internal-only information or minor changes like bumping package versions or updating documentation.

Expand Down Expand Up @@ -173,9 +173,10 @@

When creating or editing a workflow in the dashboard, you can enable Slack notifications under the **Notify on completion** toggle:

1. Toggle **Notify on completion** to enable Slack notifications.
2. Search for and select the channels you want to notify.
3. Save your workflow.
1. If you haven't connected Slack yet, click **Install slack app** to connect your Slack workspace directly from the workflow page.

Check warning on line 176 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L176

Use 'Slack' instead of 'slack'.
2. Toggle **Notify on completion** to enable Slack notifications.
3. Search for and select the channels you want to notify.
4. Save your workflow.

#### Configure Slack notifications in workflow files

Expand Down Expand Up @@ -367,7 +368,7 @@
- If all pages have complete and reasonable metadata, do nothing.
```

### Changelog with notifications

Check warning on line 371 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L371

Use 'changelogs?' instead of 'Changelog'.

Runs weekly to generate a changelog and notify your team on Slack when the workflow completes. This example shows how to combine scheduled workflows with Slack notifications.

Expand Down
7 changes: 4 additions & 3 deletions zh/agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@ Slack 通知要求你的组织已安装 Slack。请在你的[控制台](https://

在控制台中创建或编辑工作流时,你可以在 **Notify on completion** 开关下启用 Slack 通知:

1. 打开 **Notify on completion** 开关以启用 Slack 通知。
2. 搜索并选择你想要通知的频道。
3. 保存你的工作流。
1. 如果你尚未连接 Slack,请点击 **Install slack app** 直接从工作流页面连接你的 Slack 工作区。
2. 打开 **Notify on completion** 开关以启用 Slack 通知。
3. 搜索并选择你想要通知的频道。
4. 保存你的工作流。

<div id="configure-slack-notifications-in-workflow-files">
#### 在工作流文件中配置 Slack 通知
Expand Down
Loading