Notifications List
Common attributes
All notifications share common attributes.
| Name | Type | Description |
|---|---|---|
| id | string | unique id identifier |
| type | string | type of the notification |
| read | boolean | wether the notification is read or not |
| data | object | metadata of the notification, depending of the notification type |
Data by type
change_step
| Name | Type | Description |
|---|---|---|
| user.id | string | user id |
| user.name | string | name of the user who have changed the step |
| user.avatar_url | string | url to avatar |
| workshop.id | string | workshop’s id |
| workshop.title | string | workshop’s title |
| workshop.public_url | string | workshop’s public url |
| step.id | string | new step’s id |
| step.name | string | new step’s name |
| step.instructions | string | new step’s instructions |
max_attendees_reached
| Name | Type | Description |
|---|---|---|
| user.id | string | user id |
| user.name | string | name of the user |
| user.avatar_url | string | url to avatar |
| workshop.id | string | workshop’s id |
| workshop.title | string | workshop’s title |
| workshop.public_url | string | workshop’s public url |
update_user_role
| Name | Type | Description |
|---|---|---|
| user.id | string | user id |
| user.name | string | name of the user who updated the role |
| user.avatar_url | string | url to avatar |
| workshop.id | string | workshop’s id |
| workshop.title | string | workshop’s title |
| workshop.public_url | string | workshop’s public url |
| user_role.id | string | user role id |
| user_role.user_id | string | user id of the role updated |
| user_role.role | string | role facilitator or participant updated |
message
| Name | Type | Description |
|---|---|---|
| user.id | string | user id |
| user.name | string | name of the user who sent the message |
| user.avatar_url | string | url to avatar |
| workshop.id | string | workshop’s id |
| workshop.title | string | workshop’s title |
| workshop.public_url | string | workshop’s public url |
| content | string | content of the message |