Skip to main content
Test a destination before relying on it for production lifecycle events.

Send a test event

1

Open the destination

In Tensorlake Cloud, select your project, select Webhooks, then open the destination you want to test.
2

Select an event

Under Test delivery, select one of the event types subscribed by this destination.
3

Send the event

Select Test webhook. Tensorlake sends a signed synthetic payload to the configured endpoint.
4

Confirm your receiver

Verify that your endpoint validates the signature, records the event_id, parses the expected event shape, and returns a 2xx response.
A test delivery uses a valid example payload and the destination’s normal Svix signing and endpoint-delivery path. It does not create, update, suspend, terminate, or delete a real Tensorlake resource.

Troubleshooting