vercel.onFeatureFlagCreated starts an automation for the corresponding Vercel webhook event.
automations/on-feature-flag-created.automation.ts
Input
The trigger accepts optional staticaccount selection. Without it, Automate.ax uses the project’s Vercel OAuth binding.
Output
The event includesid, createdAt, region, its exact type discriminator, and a typed payload. payload.flag contains the flag ID, slug, project ID, and creation and update timestamps.