ZionniteOriginal post
Rank 4: Virtual Machine
Hello,
I already have list of users in my Appwrite before the release of Messaging,
i would love to send mass message to my users via flutter app and via the Appwrite function,
please, how do i subscribe already existing user to Appwrite messaging topic or adding them as target
any resources is highly appreciated....
Summary
To send mass messages to existing Appwrite users via Flutter app using Appwrite functions, you can subscribe users to the messaging topic by using the Appwrite Console. Simply go to Console > Messaging > Topics, create a topic, and add the existing users as targets. That's it! You can now send messages to all subscribed users via the Appwrite function.