Start a check-in meeting
start_checkinMUTATES Parabol data: start a new Check-in (Action) meeting for a team (returns the new meetingId). Required: teamId. Optionally name it. Parabol GraphQL: startCheckIn → union. Requires MEETINGS_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional meeting name. | |
| teamId | Yes | The team id (required). |