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 added user is subscribed (indexed, starting with Example: true |
group.user#.user | string | The display name of the added user (indexed, starting with Example: Lyfesaver74 |
group.user#.userId | string | The ID of the added user (indexed, starting with Example: 29338059 |
group.user#.userName | string | The login name of the added user (indexed, starting with Example: Lyfesaver74 |
group.user#.userType | string | The platform type of the added user (indexed, starting with Example: twitch |
group.user.count | int | The amount of users added to the group Example: 1 |