cURL
curl --request POST \ --url https://api.engagefabric.com/api/v1/webhooks/{id}/test \ --header 'Content-Type: application/json' \ --data ' { "eventType": "player.level_up", "customData": { "player": { "id": "test-player", "name": "Test Player" }, "oldLevel": 5, "newLevel": 6 } } '
{ "success": true, "statusCode": 200, "responseTimeMs": 125, "deliveryId": "del_789xyz", "responseBody": "{\"received\": true}", "error": "Connection refused" }
Documentation IndexFetch the complete documentation index at: https://docs.engagefabric.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt
Use this file to discover all available pages before exploring further.
Webhook ID
Event type to simulate
"player.level_up"
Custom data to include in the test payload
{ "player": { "id": "test-player", "name": "Test Player" }, "oldLevel": 5, "newLevel": 6}
true
200
125
"del_789xyz"
"{\"received\": true}"
"Connection refused"