Docs say rocketchat node should be able to send to a user, but i don't see the option

Since its in the doc it makes me think I’m doing something wrong. Is sending to a user supported?

I’m starting to look into using an HTTP Request as a work around, but the rocketchat node worked so good to send to a channel, seems like it would have the ability to send to a user. Maybe a bug?

I was able to make it work by adding an HTTP Request earlier in the workflow to get a DM SessionId, then passed that ‘rid’ into the Channel field.

I’ve learned you use #channel for a channel and @user for a user. No need for an HTTP Request node to get an rid earlier in a workflow.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.