Update Slack integration docs for streamlined onboarding#577
Open
promptless[bot] wants to merge 3 commits into
Open
Update Slack integration docs for streamlined onboarding#577promptless[bot] wants to merge 3 commits into
promptless[bot] wants to merge 3 commits into
Conversation
The standalone /onboarding/slack page is removed. Slack now connects in place, and the connected card displays workspace identity and support channel status. - Update Support Channel section to reflect automatic channel creation - Add changelog entry for streamlined Slack onboarding
| ## Support Channel | ||
|
|
||
| After connecting Slack, you'll receive a Slack Connect invitation from the Promptless team. Accept it to join a shared support channel where you can ask questions, get help, and share feedback. | ||
| When you connect Slack, Promptless automatically creates a shared Slack Connect channel between your workspace and the Promptless team. The connection card shows whether the channel was created successfully. |
Contributor
Author
There was a problem hiding this comment.
Updated based on PR #3537 which removes the standalone /onboarding/slack page. Support channels are now created automatically via maybe_create_promptless_support_channel which records a terminal promptless_support_channel_status (created/failed) so the connected card can confirm the channel or surface a retry.
|
|
||
| **Improvements:** | ||
|
|
||
| * **Streamlined Slack onboarding:** Connecting Slack during onboarding now completes in place instead of navigating to a separate page. The connected card displays your workspace name, icon, and support channel status. If support channel setup fails, a retry option appears on the card. |
Contributor
Author
There was a problem hiding this comment.
Changelog entry for PR #3537 which folds the standalone Slack step into the combined integrations flow. Slack OAuth now completes in place via redirectToSlackOAuth, and the SlackConnection component shows workspace name, icon (team_icon), and support channel status.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Removes references to accepting a Slack Connect invitation, which is no longer part of the flow. The support channel is now created automatically when connecting Slack, and the connection card shows its status.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Updates the Support Channel section in Slack integration docs to reflect that the channel is now automatically created (instead of waiting for an invitation), and adds a changelog entry for the streamlined in-place OAuth flow.
Trigger Events
Tip: Sort by Shortest Review in the Dashboard to find quick wins ⚡