Dirigiendo a los usuarios a enviar un MP

Hi,

I’m using Discourse SSO (and a tiny bit of Discourse API) in order to have members of my community site use the forum. Instead of adding private messaging to my community site, I would like to direct people to send private messages through the forum. Given that I am displaying a user in some context and that I know his Discourse user name, how can I add a “Message user” button? This should be a URL that pops open that user’s forum profile along with a new draft addressed to that user. Or just the message draft without forum profile.

Thank you!

Judith

You can create a URL that will open the Discourse composer with a prefilled PM to a specific user. There are details about that here: Create a link to start a new personal message with pre-filled information.

Amazing! Thank you so much!