Getting Started
Quick Start
Set up AI warranty adjudication for your DTC brand in under 5 minutes using a Telegram bot.
1
Create your W-Scrut account
Sign up at wscrut.silnt.in/signup with your brand email. You'll receive a verification email — click it to activate.
2
Create a Telegram bot
Open Telegram and message @BotFather. Type
/newbot, choose a name and username. Copy the bot token.3
Add your bot token in Settings
In your W-Scrut dashboard, go to Settings → Channels → Telegram Bot and paste the token. Save.
4
Register the webhook
Run this once to point Telegram at your W-Scrut endpoint:
curl -X POST "https://api.telegram.org/bot<YOUR_TOKEN>/setWebhook" \ -d "url=https://api.wscrut.silnt.in/webhooks/telegram/<YOUR_TENANT_ID>"
Your tenant ID is shown in Settings → API Keys.
5
Test it
Open your Telegram bot and type
/start. The bot will guide your customer through submitting a claim with a photo. The AI will evaluate and respond in ~15 seconds.