-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Outgoing webhook questions #7008
Comments
For now, the work around I found is that I can reply an empty object to the outbound webhook, then fire off a inbound webhook request that has the channel: @user in the payload. But would be nice to have it supported in the outbound response. |
Is this in the script part of the outgoing integrations? |
@graywolf336 So even if I put channel:@user in the process_outgoing_response (in the base and in the content object), it doesn't work:
|
@ellisgl No, sadly it is not possible to do what you're wanting right now...but I thought it used to. I'm working on something so that in the future ones it can work. |
I'm converting an IRC bot I developed to used on Rocket.Chat, and was wondering how to how the outbound webhook send the response to the user that triggered it, instead of the channel it was sent from? But I only need it for one case, the rest would respond back to the channel.
The text was updated successfully, but these errors were encountered: