Ability to specify webhook URL and events when creating session

I want the ability to specify the webhook URL and the events to subscribe to while creating the session using rest api. The current global configuration is too restrictive to be used in multi-tenant or multi-project environments.

Hope this request will be considered.

Thanks,
Raghu

I would also need this feature for a multi-project environment.

Thank you for suggesting this feature. I’ll be considered for future versions.

In the meantime, you can create a proxy receiving the requests from “global” webhook and redirecting to the appropriate “specific” webhook.

Best regards

Thank you Micael,
using a proxy is exactly the workaround I came up with.

Greetings

@micael.gallego I have already implemented the workaround you suggested. But it will be great to be able to reduce the number of moving parts.