-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebHook for sending message #30
Comments
Hi @chniter , you can configure a webhook url foreach user, or the same endpoint for all users, but for each of them, you need to setup a dedicated connection per user and use the returned connectionId for all subsequent messages. The webhook url doesn't permit to send a message to the dedicated user associated with, for this you need to call send message from an other user. |
Thank you for your response. |
Something like this: |
in that case, you don't need a connection per user , but a dedicated user to send a message to other users (like a bot) |
Hello,
It is possible to configure a webhook Url foreach user, and then use this Url to send a message to the user?
thanks
The text was updated successfully, but these errors were encountered: