Add dashboard subscriptions and alerts to integration setup wizard#223
Open
MattPua wants to merge 4 commits into
Open
Add dashboard subscriptions and alerts to integration setup wizard#223MattPua wants to merge 4 commits into
MattPua wants to merge 4 commits into
Conversation
…sion phase Generated-By: PostHog Code
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
Member
Author
|
/wizard-ci all |
🧙 Wizard CI ResultsTrigger ID:
Configuration
|
Generated-By: PostHog Code Task-Id: 661dc901-93df-4bcf-a705-472aea8622aa
MattPua
marked this pull request as draft
July 10, 2026 16:00
MattPua
marked this pull request as ready for review
July 10, 2026 16:00
Collaborator
|
@MattPua Run |
…board-subscriptions-and-alerts-to-wizard-setup
create calls don't return a URL field (only list calls do), so the conclusion step now derives each link from generate-app-url catalog templates using the ids from subscriptions-create / alert-create, and clarifies subscribed_users takes the numeric user id. Generated-By: PostHog Code Task-Id: eec3ed23-16ee-4b68-9aab-94ab7a87174a
Collaborator
|
Haven't forgotten, trying to slot this in among the other things we're working on |
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.
What
After the integration wizard builds a dashboard, it now offers to set up a weekly email subscription for that dashboard plus up to two alerts on its highest-signal insights — asking the user's consent first.
Why
A dashboard nobody revisits is dead weight. This puts the wizard's output in an inbox and flags the metrics that actually matter, without wiring up noise.
Docs-only change to
context/skills/integration/references/4-conclude.md.Created with PostHog Code