Mesibo Group Management - Special Groups

Estimated reading time: 1 minute

In addition to groups you have created, mesibo provides a few special groups which always exist for each app you create. These groups make it easy to reach the different combinations of contacts and subscribers.

For example, you can send messages to all users who have subscribed to your profile update by sending messages to MESIBO_GROUP_SUBSCRIBERS without any additional coding. The members of these special groups are dynamically updated in real-time depending on the type of the group, and you don’t need to do any coding to reach these special audiences.

Following are the special groups.

Group ID Description
MESIBO_GROUP_SUBSCRIBERS All Profile Subscribers (refer to the profile APIs to known more about contacts and subscribers)
MESIBO_GROUP_KNOWNSUBSCRIBERS All Contacts who have subscribed to the profile updates (refer to the profile APIs to known more about contacts and subscribers)
MESIBO_GROUP_PROVSUBSCRIBERS All Transient (Provisional) Subscribers
MESIBO_GROUP_KNOWNPROVSUBSCRIBERS All Contacts who are also Transient (Provisional) Subscribers
MESIBO_GROUP_SUBSCRIBERSALL All Subscribers (profile and transient)
MESIBO_GROUP_KNOWNSUBSCRIBERSALL All Contacts who are also Subscribers (profile and transient)
MESIBO_GROUP_CONTACTS All Contacts
MESIBO_GROUP_CONTACTSUBSCRIBERS All Contacts and Subscribers
MESIBO_GROUP_SUBSCRIBED All users you have subscribed to
MESIBO_GROUP_PROSUBSCRIBED All users you have provisionally subscribed to
group messaging, api, special groups