Environment Variables
Configure environment variables and finish setup
Environment Variables
Open Your Versend Project Settings
Go to your Versend deployment in Vercel → Settings → Environment Variables.
Add the Required Variable
Prop
Type
Add Provider Variables
Add the variables for at least one provider. See the Providers section for details.
Discord:
Prop
Type
Slack:
Prop
Type
Telegram:
Prop
Type
Generic Webhook:
Prop
Type
Add Rate Limiting (Optional)
Prop
Type
Rate limiting is enabled automatically when both Upstash variables are set. See Setup Upstash for details.
Add Event Filtering (Optional)
Prop
Type
Example: FILTER_EVENTS=deployment.error,deployment.succeeded,deployment.ready
If set, only the specified events will trigger notifications. If not set, all events pass through.
Add Target Filtering (Optional)
Prop
Type
Example: FILTER_TARGETS=production
If set, only deployments to the specified targets will trigger notifications. Common values: production, preview.
Redeploy
Go to Deployments and click the three dots on the latest deployment → Redeploy.
Done!
Your Versend instance is now ready. Trigger a deployment on any monitored project to test the integration.