Secure your agent's inbound email and calendar webhooks with provider-specific secrets.
When someone replies to your agent's email or books a meeting, your email/calendar provider sends a webhook notification to Babuger. Webhook secrets ensure these notifications are legitimate and not spoofed by attackers.
Per-Agent Security
Each agent uses their own webhook secret
HMAC/ECDSA Verification
Industry-standard cryptographic signatures
Automatic Validation
Babuger verifies every webhook before processing
Optional But Recommended
Works without secrets, but less secure
Log in to your MailerSend dashboard, go to Domains, select your domain, then click Inbound Routes in the sidebar.
Click Create Inbound Route and configure:
https://your-domain.com/api/v1/webhooks/mailersend/inboundAfter creating the route, MailerSend shows a Signing Secret. Copy this secret (it looks like ms_secret_abc123...).
Go to Agents → Select your agent → Email tab → Scroll to MailerSend Webhook Secret → Paste the secret → Click Save Changes
Send a test email to your agent's address. Check your agent's conversation history to verify it was received and processed.
Unique Secrets Per Agent
Never share webhook secrets between agents
Rotate Periodically
Update secrets every 90 days for best security
Test After Setup
Always verify webhooks work before going live
Monitor Logs
Check for repeated verification failures