Example
Here’s an example that creates a webhook handler.TypeScript
When the event handler is invoked the new connection is only available as argument. It will not be
available from usual Server SDK Connection functions
(
getUserConnection()
/
getWorkspaceConnection()
).