Testing ensures your webhook integration is working correctly before relying on it.
Steps to test your webhook
Go to Integrations in the profile popup in the menu
Enter your webhook URL (if not already saved)
Click Send Test
Check your receiving system for the test data
β
What the test sends
The test sends sample call data that looks like a real call:
Fake phone number
Sample transcript
Example lead score
Test booking details
This lets you:
Verify the URL is correct
See the data format
Set up field mapping in your automation
Test your workflow end-to-end
Troubleshooting failed tests
No data received:
Double-check the webhook URL is correct
Ensure URL is complete (starts with https://)
Check if your receiving service is running
Error returned:
URL may be invalid
Receiving service may have restrictions
Check for authentication requirements
Partial data:
Normal - different calls have different data
Some fields may be null if not applicable
β
Testing your full workflow
Send test from CyberStaff
Verify data arrives at webhook receiver
Check your automation runs correctly
Verify final output (email sent, row added, etc.)
Make a real test call to confirm live data works
