This add-on is not affiliated with Invision Power Services, Inc.
IPS provides Member Groups which are a great way to separate members, but sometimes you just want to put your members in segments to target them in ads, announcements, alerts, bulk mails or to show their segments in their postbit, without the need to give them any additional benefits like extra permissions, where an own group would probably be an extreme overkill, that's why I created "Member Segmentation".
This can be used to highlight your to VIP members, top contributors, members which purchased something from an external system like Shopify, etc.. The only limit is your imagination
What's New in Version 2.0.0
Released
Uploaded just a new screenshot
Webhooks
membertag_added Fired when a member gets added to a segment
membertag_removed Fired when a segment gets removed from a member
REST
GET /membertags/tags Get list of segments
GET /membertags/tag/{id} Get specific segment
POST /membertags/tag Create a segment
DELETE /membertags/tag/{id} Delete a segment
GET /membertags/member/{id} Get all segments from a member
POST /membertags/member/{id} Add a segment to a member
DELETE /membertags/member/{id} Remove a segment from a member