Webhook Logs
Webhook Activity
View recent webhook activity from Notion. Check Vercel logs for detailed information.
To view detailed logs:
- Go to your Vercel dashboard
- Select your "Book Keeper Autofill" project
- Click on the "Deployments" tab
- Select your latest deployment
- Click on "Functions" or "Runtime Logs"
- Look for logs related to the `/api/notion-webhook` endpoint
Security Note
This application verifies webhook signatures to ensure requests are coming from Notion. Make sure your NOTION_WEBHOOK_SECRET environment variable matches the signing secret in your Notion integration settings.