Nurama Developers
Webhook Subscriptions

Queue a test delivery

Fires a synthetic `webhook.test` event through the normal delivery pipeline. The subscription does not need `webhook.test` in its `events` list. The response only confirms the event was queued — inspect the delivery log (`GET .../deliveries`) for the outcome.

POST
/workspaces/{workspaceId}/webhooks/{webhookId}/test

Fires a synthetic webhook.test event through the normal delivery pipeline. The subscription does not need webhook.test in its events list. The response only confirms the event was queued — inspect the delivery log (GET .../deliveries) for the outcome.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workspaceId*string

Unique identifier of the workspace.

Formatuuid
webhookId*string

Webhook subscription ID.

Formatuuid

Response Body

application/json

curl -X POST "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"
{  "queued": true,  "message": "Test webhook delivery queued. Check the delivery log in a moment."}