Send a test webhook

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:

  1. Verify your endpoint returns 200-299 status code
  2. Verify signature validation works with your secret key
  3. Check that your endpoint processes the payload correctly
  4. 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.

Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!