How To Send a Private Message to Lots of Members At Once

  • 5 December 2017
  • 8 replies
  • 429 views

Userlevel 1

Need to ask the same question to all of your super users but want individual responses? Or perhaps you want to send a standard welcome to a group of newcomers who’ve just landed in your community? With mass messaging, you can send batches of individual private messages to your members.

 

How to send a private message to lots of members at once

  1. Go to Control > Private Messages > New Message
  2. Type the username of one or more members that you’d like to message.
  3. Type your message and then hit Send.

 

 

:gear:  Tips, Tricks, & Technical Bits:
 

⚠️ Currently, there’s a limit of 50 members per message.

🎯 You can copy and paste a list of usernames separated by commas into the “To” field to speed things up. 

:bulb: If you have a list of users that is separated by returns instead (for example from an export), you can turn this into one line of usernames separated by commas using this script. It's automatically grouped into lists of 50 members. (Thanks to Joran from the KPN forum team for this trick!!)

💎 Mass messages are sent to members in a Bcc manner (members don’t know that others have received the same PM), so your messages retain a personal touch from a member’s point of view.

 


8 replies

Hey Frank,



Very useful functionality as we send out our NPS this way. As you guys are (I believe) working on attachments in private messages I was wondering if we'll be able to send the samen attachments to multiple users in the same manner as described above.



Greetings,

Thomas
Hey Thomas,



We're actually not working on file uploads for private messages. We're only doing this for topics currently. But enabling attachments for private messages has been a popular idea, which you can vote on here.
Badge


⚠️ Currently, there’s a limit of 50 members per message.



🎯 You can copy and paste a list of usernames separated by commas into the “To” field to speed things up.





Making a list seperated by commas can be quite a hassle. If you have a list of users that is seperated by returns instead (for example from an export), you can turn this into one line of usernames seperated by commas using this script. It's automatically grouped into lists of 50 members.



code:
name 1
name 2
name 3




becomes:



code:
name 1, name 2, name 3




Credit goes out to Joran from the KPN forum team.

Hello Insided Community!

I am working on a re-engagement strategy for the Klaviyo Community, by sending private messages to our inactive members. In order to make this a scalable solution by sending to groups of people at one time, are there any personal variable syntax, like {recipient_username}, that I can use in the private message to personalize these messages for our members? I’ve tried to use the syntax used in the emails (the example I used above) but that doesn’t seem to work and I can’t find any documentation on this. Any advice would be amazing! Thank you.

Userlevel 2
Badge +1

Same question as @Stephen.Trumble

Furthermore, I would like to know if there is a way we can insert Links / Hyperlinks in those messages?

Cheers!

@Stephen.Trumble you can’t use variables in private messages — they aren’t supported on insided. 
 

@Daniele Cmty you can insert markup in private messages using BBCode syntax. I’ve used links via this approach but haven’t tested out all the markup options to see what may work but would be surprised if they were not supported. 

Userlevel 2
Badge +1

Thanks a lot @Scott Baldwin, that was very helpful. I’ve just used BBCode for URL, Bold, and underline and they worked perfectly.

Cheers

Userlevel 3
Badge +1

Is there any plans to increase the number of how many recipients can be added once?

50 users per set is pretty low though.

I wish I can send private message using roles - I can add certain role as a recipient and users with that role gets my message.

Reply