Integrations
Test Your Integration
Confirm your webhook connection works before going live.
Best testing process
- verify the webhook URL is correct
- verify the API key is correct
- send one clean sample lead
- confirm the lead appears in Repen
- confirm the lead reaches the right model or workflow
- confirm the first call behaves the way you expect
How to do a clean test
Use a test lead with:
- a unique name
- your own phone number or a safe internal test number
- a clear source value
This makes it easier to find the lead quickly and confirm which workflow handled it.
If you want a quick connectivity check
Use the health endpoint:
GET /v1/health
This confirms the API is reachable, but it does not confirm your webhook payload is correct.
When to retest
Test again any time you:
- change the source platform
- rotate secrets
- change routing
- change environments
- change the model that should receive those leads