event | notes |
---|---|
group_card_assigned | When a group is assigned a card |
group_channel_followed | When a group follows a channel |
group_channel_unfollowed | When a group unfollows a channel |
group_created | When a group is created |
group_deleted | When a group is deleted |
group_edited | When a group is edited |
group_notification_sent | When a notification is sent to a group |
group_user_added | When a user is added to a group |
group_user_edited | When a user role is edited in a group |
group_user_removed | When a user is removed to a group |
group_visited | When a user visits a group |
Standard fields
The following useful information is found on all group events:
field | notes |
---|---|
group_name | The Name of the group |
group_id | ID of the group |
Edited events
Changes to the following columns are tracked via group_edited events:
name, description, auto_assign_content, only_admin_can_post, is_private, is_mandatory, image_file_name, image_content_type, domains, value
Event-specific fields
Certain events have additional information included:
category | events | fields |
---|---|---|
Group membership | group_user_added, group_user_removed | group_user_role, group_user_id |
Channels | group_channel_followed, group_channel_unfollowed | channel_id, channel_name |
Cards | group_card_assigned | card_id |
Other | group_notification_sent | These events only have group_id and 'attributes' which is a JSON serialized dictionary |