Is there a way to Message multiple members individually with the same message?

Is there a way to Message multiple members individually with the same message? Not looking to have all of the members in the same chat but have the same message send privately to each one individually ( with personalisations i.e. "hi [insert name], " etc. Ideally not on email either (as aware you can mass email participants off the back end) as we are trying to encourage as many interactions on the platform as possible. We have a Sub-Group within our Working/Discussion Groups at the moment and looking to Privately message all of these members at once off the platform

Parents
  • I'd suggest a custom widget only accessible to admin users which could be added to the group and allow for a conversation to be posted, you could add logic to replace tags such as [[username]] in the content when it was processed if you wanted to personalise it 

    Once you have the body from the widget UX you could loop through the group members and use 

    #set($conversationResponse = $core_v2_conversation.Create($body, $username))

Reply
  • I'd suggest a custom widget only accessible to admin users which could be added to the group and allow for a conversation to be posted, you could add logic to replace tags such as [[username]] in the content when it was processed if you wanted to personalise it 

    Once you have the body from the widget UX you could loop through the group members and use 

    #set($conversationResponse = $core_v2_conversation.Create($body, $username))

Children
No Data