post
https://api.suresend.ai/api/partner/webhooks//test
Send a test webhook delivery to verify your endpoint is working correctly.
Test Payload:
The test webhook sends a testEvent with sample data:
{
"eventId": "generated-uuid",
"eventCreated": "2025-10-16T12:00:00Z",
"event": "testEvent",
"resourceIds": ["test-resource-id"],
"uri": "https://api.suresendcrm.com/api/test",
"data": {
"message": "This is a test webhook from SureSendCRM"
}
}
Testing Checklist:
- Verify your endpoint returns 200-299 status code
- Verify signature validation works with your secret key
- Check that your endpoint processes the payload correctly
- Ensure response time is under 5 seconds
Delivery Status:
The response includes a delivery_id you can use to check the delivery status
in your webhook dashboard.
