Would it be possible to make the invitation email text customizable? Depending on how the permissions are set up on the forum, the text as it is now may not reflect reality or make sense. I also would like to have this be a plain text email that shows the URL in cleartext and so can’t be mistaken for a phishing email.
Here’s what it looks like now on my forum - but when you click on “Visit Kabissa” it does not take the user to the post but to the forum homepage… and they do have to log in before they can post a reply.
Also, I am currently grappling with the invitation emails which are sent out by my discourse and think that it would help to make the emails more palatable/interesting to the invitee if the inviter could write a few lines of text explaining why they are inviting them. The other part of the answer might be to let admins customize their email so that it includes more info about the site and makes sense in their context.
As it is, I now send out two emails when inviting someone to join a topic - one in gmail to warn the person that the invitation is coming and to give context, and another via the invite system.
I do see how this might open up our site to potential spamming.
I just made some incremental improvements, the invite emails now include
site full name from settings
site description from settings
plain vanilla URL (so you can see the domain)
Here’s the copy.
[%{site_name}] %{invitee_name} invited you to a discussion
title:
> %{topic_title}
at
> **%{site_title}**
>
> %{site_description}
If you're interested, click the link below:
%{invite_link}
This is an invitation from a trusted user, so you can reply to the discussion immediately.
(Site-wide invite is similar but omits the topic, obviously, since you aren’t inviting users to a specific topic at that point.)
So make sure your site description is good!
###[Discourse Meta] codinghorror invited you to a discussion
codinghorror invited you to a discussion
Why is this discussion software so freaking awesome?
at
Discourse Meta
Feedback forum for the next-generation open source Discourse forum software
That’s odd, I just tested sending an invite to myself here using my existing email and plus addressing (name+anything@gmail.com)
aside: if you do this, be sure to redeem the invite in private / incognito mode!!
When redeeming the invite I am indeed correctly dropped in the target topic that I sent the invite from. I can’t repro the problem you describe.
Now invites to the site (sent from your user page) rather than invites to a topic (sent from the topic page) will behave differently. Invites sent from the user page are invites to the site as a whole and will dump you at the homepage as expected.
Can we revisit this idea? On the invite popup you would see a brief box for adding an optional personal message. This would be available everywhere you can invite people - topics, invite one person, mass invite by csv.
One way to accomplish this is to create a “welcome!” topic and invite people to that topic. The topic title and excerpt are quoted in the invite, e.g. “what exactly are you inviting me into, exactly?”
Thanks for the suggestion. This might work for some cases, but not most of the time.
Most of the time I want to send each user a personalized text specific to them, like I would in an email. Or if I am inviting a bunch at once it will be because they are connected through an event or something like that and I will want to refer to it… but I don’t want to start a new topic in the forum about that. I want to send them an email.
So I guess that is the solution for my use case failing a personalized message upon invite. I will send an email to invite people to the forum and use a spreadsheet to track them as they join. Longhand but tried and true.
What is the exact copy you are going for? curious to see if a more general change is apt here (not against the customisation just want to make sure our defaults are great)
When I invite someone to my discourse instance, I would like it to read.
Noel Hidalgo (noneck) invited you to join:
talk.beta.nyc
NYC’s new online home to open data, civic technology, open government, and smarter communities.
If you’re interested, we have created and account for you. Your user name is {%username}. Click the link below to configure your account and set your password.
{%URL}
This invitation is from a trusted user, so you won’t need to log in.
Though this process, I would like for the user to confirm their username and set their password.
I’d love to be able to customize the invite copy for my Discourse instance as well—we’re doing an invite-only forum test, and we think it would increase likelihood that invitees will accept their invitations with more personalized copy, rather than the out-of-the-box copy.
Customisable invitation emails or/or the ability to paste the invitation link into an externally generated invitation email would be a very helpful feature.
Question moved to Support Category In the current configuration, what are the considerations to using a more extensive ‘site description’ text. This would allow me to make the invite email more informative but will it trip me up elsewhere?
We are also very interested in email text customization. It would be very useful for our group as we send an invite to new people and we want to tell them more about the group to motivate them to join. Are there plans for adding this feature?