Viewing 7 replies - 1 through 7 (of 7 total)
  • @bruinkid

    By default, Registered subscribers can receive emails based upon category preferences. You can use the plugin API to change this to tags rather than categories if you wish – but it only applies to subscribers who are registered in WordPress – not just those who submit an email address (Public subscribers in Subscribe2).

    Thread Starter bruinkid

    (@bruinkid)

    Other than ‘tags’, can I segment users by membership level? For example, when the post is created, it got sent only to Gold member or Silver member?

    @bruinkid

    This is possible, again by using the API:
    https://subscribe2.wordpress.com/support/api/

    Have a look at the example s2_member_filter on there. If there is a way to perform a user search to identify gold and Silver members then only sending to these is possible.

    Thread Starter bruinkid

    (@bruinkid)

    Hi,

    You mentioned that it’s possible to segment users by tag. Can we let each registered users select his own tag and receive that post accordingly?

    For example, user A created tag ‘finance, marketing’. User B created tags ‘administrative’. So when a post has tag ‘finance’, then that post goes to only user A. User B will not receive notification email because his tag does not include ‘finance.

    @bruinkid

    Yes and no, Subscribe2 would create a checkbox list of tags (or categories) that users can check. But it would work as you describe.

    Thread Starter bruinkid

    (@bruinkid)

    Hi, your API document page memtioned s2member_level2. You mean ‘S2membership’ plugin right?

    So if we assign that post to go to Level 2, Level 1 or Level 3 and other levels will not see it. There is no such thing like if Level 2 can see it then level 2,3,4 can see it too but Level 1 can not see it, right?

    And in addition to S2membership plugin, this same concept can be used for other membership plugin like WooCommerce Membership, without restricted to s2membership, right?

    @bruinkid

    The example code is from s2members but any membership plugin should be compatible provided you can figure out the right SQL or function calls to collect the desired level of member.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Send mail by segmentation’ is closed to new replies.