Accepts input for creating a checkin.
| Property Name | Type | Description | 
|---|---|---|
| actions | InputMaybe<Array<CompassCreateTeamCheckinActionInput>> | A list of action items to be created with the checkin. | 
| cloudId | String | The cloud ID of the site to update a checkin on. | 
| mood | Number | The mood of the checkin. | 
| response1 | InputMaybe<String> | The response to the question 1 of the team checkin. | 
| response1RichText | InputMaybe<CompassCreateTeamCheckinResponseRichText> | The response to the question 1 of the team checkin in a rich text format. | 
| response2 | InputMaybe<String> | The response to the question 2 of the team checkin. | 
| response2RichText | InputMaybe<CompassCreateTeamCheckinResponseRichText> | The response to the question 2 of the team checkin in a rich text format. | 
| response3 | InputMaybe<String> | The response to the question 3 of the team checkin. | 
| response3RichText | InputMaybe<CompassCreateTeamCheckinResponseRichText> | The response to the question 3 of the team checkin in a rich text format. | 
| teamId | String | The unique identifier (ID) of the team that did the checkin. | 
Rate this page: