Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket

Secrets & Environment Variables

Store sensitive values that your flows can reference securely. Secrets are encrypted at rest with AES-256.

NameTypeCreatedLast UsedReferenced ByActions
SLACK_WEBHOOK_URL
WebhookMar 152 hours ago
Product MonitorAlerts
GOOGLE_SHEETS_TOKEN
OAuth TokenMar 101 day ago
Job Scraper
SMTP_PASSWORD
PasswordMar 13 days ago
Email Alerts
PROXY_AUTH_KEY
API KeyFeb 281 hour ago
All flows
Usage in Flows
Reference secrets in your flow steps using the double-brace syntax

Reference syntax:

{{secrets.SLACK_WEBHOOK_URL}}

Example: Send Slack notification in a flow step

{
  "action": "webhook",
  "url": "{{secrets.SLACK_WEBHOOK_URL}}",
  "method": "POST",
  "body": {
    "text": "New data extracted: {{results.count}} items"
  }
}

Command Palette

Search for a command to run...