Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
group.bots | bool | Indicator whether the group is a Bots group |
group.id | Guid | The ID of the group Example: 48cdafcf-92e7-420e-ad99-70038b2bc0d4 |
group.name | string | The name of the group Example: Members |
group.user#.isSubscribed | bool | Indicator whether the removed user is subscribed (indexed, starting with |
group.user#.user | string | The display name of the removed user (indexed, starting with Example: Lyfesaver74 |
group.user#.userId | string | The ID of the removed user (indexed, starting with Example: 29338059 |
group.user#.userName | string | The login name of the removed user (indexed, starting with Example: Lyfesaver74 |
group.user#.userType | string | The platform type of the removed user (indexed, starting with Example: twitch |
group.user.count | int | The amount of users removed from the group Example: 1 |