We currently support 2 types of activities in Slack: joining a channel and sending messages.
Attribute | Sub-attribute | Value |
---|
type | | channel_joined |
score | | 2 |
sourceId | | {Slack ID of the user joining the channel}-{channelId} |
crowdInfo | channel | name of the channel |
Attribute | Sub-attribute | Value |
---|
type | | message |
score | | 1 |
sourceId | | Slack ID of the message activity |
crowdInfo | url | URL of the message |
crowdInfo | body | Body of the message |
crowdInfo | channel | Channel where the message was sent |
crowdInfo | reactions | List of reactions |
crowdInfo | attachments | List of attachments |
crowdInfo | thread.id | If the message is part of a thread, the thread ID |
crowdInfo | thread.body | If the message is part of a thread, the body of the thread starter |