Skip to content
Closed
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
29 changes: 29 additions & 0 deletions workflows/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,37 @@

#### Run a translation immediately

After saving the workflow, click **Translate now** to run it on demand using the currently saved target languages. The workflow must be enabled to trigger a manual run. Manual runs do not affect the workflow's regular trigger.

Check warning on line 75 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L75

In general, use active voice instead of passive voice ('be enabled').

## Workflow notifications in Slack

Connect Slack to receive notifications when a workflow runs, completes, or needs your attention. Use this when you want updates to land directly in a channel instead of checking the dashboard.

Slack notifications are configured per project. Each project picks which Slack workspace to install into and which channels receive notifications.

Check warning on line 81 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L81

In general, use active voice instead of passive voice ('are configured').

<Note>
Notifications use a dedicated Slack app for workflow events. Installing it is separate from connecting the [Mintlify agent to Slack](/agent/slack).
</Note>

### Connect Slack

1. Open the [Workflows](https://dashboard.mintlify.com/products/workflows?tab=workflows) page in your dashboard.
2. Start the workflows onboarding flow and continue to the **Workflow notifications** step, or open notification settings from an existing workflow.
3. Click **Connect slack**, then follow the Slack prompts to install the Mintlify notifications app and grant the requested permissions.

Check warning on line 91 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L91

Use 'Slack' instead of 'slack'.
4. After Slack confirms the install, the channel picker opens automatically so you can select where notifications are delivered.

Check warning on line 92 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L92

In general, use active voice instead of passive voice ('are delivered').

### Select notification channels

1. In the channel picker, search for the channels you want to receive workflow notifications.
2. Select one or more channels, then click **Save**.
3. To change channels later, click **Configure** beside the connected Slack workspace.

Mintlify posts a notification to every selected channel when a workflow run starts, finishes, or fails.

### Skip notifications setup

You can skip Slack setup during onboarding and connect it later from the workflow configuration. Workflows still run on their normal triggers without notifications.

## Improve docs from assistant chats

The **Improve docs from assistant chats** workflow reviews recent trends in [assistant](/assistant/index) questions and opens targeted documentation updates that address gaps your users hit.
Expand All @@ -90,6 +119,6 @@

When a run completes, the run detail in your dashboard includes the specific feedback citations the agent used. Each citation links to the feedback in your [analytics dashboard](https://dashboard.mintlify.com/products/analytics/v2/feedback) so you can verify the context that drove the update.

This workflow runs on a schedule and requires that feedback collection is enabled on the [Add-ons](https://dashboard.mintlify.com/products/addons) page. It does not require trigger repositories or extra context configuration.

Check warning on line 122 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L122

In general, use active voice instead of passive voice ('is enabled').

<GitlabWorkflowSetup />
Loading