@vercel[bot]1mo ago
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| dashboard | Preview, Comment | May 4, 2026 5:42pm |
onboarding_platform metadata instead of relying solely on consumer project existencehi@composio.dev sequence)Previously, activation emails were only gated on having a consumer project (type: "CONSUMER"). This was unreliable because:
consumerMiddleware when developers visit any /connect pageCheck users.metadata.onboarding_platform (set during onboarding) and skip the workflow if it equals "developer".
if (onboardingPlatform === "developer") {
return { ok: false, error: "developer_platform_user" };
}
onboarding_platform to Loops contacts so sequences can filter there too[activation-emails] skipping developer platform user message🤖 Generated with Claude Code
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| dashboard | Preview, Comment | May 4, 2026 5:42pm |