Prerequisites
Before creating a webhook, you need:- a Tensorlake Cloud organization and project;
- organization administrator or project administrator access; and
- a public HTTPS endpoint that accepts
POSTrequests.
Create a destination
1
Open Webhooks
In Tensorlake Cloud, select the project that
produces the events, then select Webhooks.
2
Enter the destination
Select Create webhook and provide:
- Webhook name: a name that identifies the receiver or environment.
- Endpoint URL: an absolute HTTPS URL without embedded credentials.
3
Select events
Select one or more sandbox, application, or application-request lifecycle
events. The destination receives only the selected event types from this
project.
4
Create the webhook
Select Create webhook, then open the new destination to copy its signing
secret and send a test event.
Treat the signing secret like a password. Store it in your secret manager and
never commit it to source control or log it.