Authentication
Sign in and create API keys.
Webhook Scheduler manages account authentication for you. Use email verification or Google sign-in, then create scoped API keys from the dashboard.
Email and verification code
Create an account with your work email. Each password sign-in asks for a short one-time code sent to your inbox.
Google sign-in
Use the Google button on sign in or sign up. No extra Google setup is required on the customer side.
Workspace API keys
After sign-in, create API keys from the dashboard. API keys are used by your backend to schedule and test webhook deliveries.
Recommended setup
Create your workspace from the sign-up page.
Verify your email with the 6-digit code.
Open Dashboard -> API Keys and create one test key for development.
Create one live key for production and keep it server-side only.
Schedule your first webhook with POST /api/v1/schedule.
Troubleshooting
Google account picker does not open
Allow pop-ups for webhookscheduler.com or retry in a fresh browser tab.
Wrong Google account selected
Sign out, choose Google again, then pick the intended work account.
API key missing after login
Open Dashboard -> API Keys and create a live or test key for your backend server.
Verification code expired
Request a new code from the sign-in screen. Codes are intentionally short-lived.