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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Webhook ID

Headers
string
required
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json