Hi Anton,
First, thanks for your work on this project—it’s been incredibly useful !
Suggestion:
Could we extend the session creation to accept a webhook URL? Currently, we need to:
- Call GET /session/start/{sessionId}
- Manually register the webhook afterward
Proposed solution:
Could we support webhook registration during session creation, similar to https://waha.devlike.pro/swagger/#/%F0%9F%96%A5%EF%B8%8F%20Sessions/SessionsController_create
Why this helps:
• Do everything in 1 step
• Webhook is registered at the same time the session starts
• No breaking changes, as this can be a new endpoint
Would this be feasible?
Best,
Stanimira
Hi Anton,
First, thanks for your work on this project—it’s been incredibly useful !
Suggestion:
Could we extend the session creation to accept a webhook URL? Currently, we need to:
Proposed solution:
Could we support webhook registration during session creation, similar to https://waha.devlike.pro/swagger/#/%F0%9F%96%A5%EF%B8%8F%20Sessions/SessionsController_create
Why this helps:
• Do everything in 1 step
• Webhook is registered at the same time the session starts
• No breaking changes, as this can be a new endpoint
Would this be feasible?
Best,
Stanimira