Team Created

Emitted when a new team is created within a workspace

Overview

The TeamCreated event is published when a new team is created within a workspace to organize members and projects.

Example Payload

{
"eventId": "evt_team_999",
"eventType": "TeamCreated",
"timestamp": "2025-12-11T14:00:00Z",
"version": "1.0.0",
"data": {
"teamId": "team_engineering",
"workspaceId": "ws_acme_corp",
"name": "Engineering",
"description": "Product engineering team",
"createdBy": {
"userId": "usr_john_doe",
"name": "John Doe"
},
"visibility": "public",
"createdAt": "2025-12-11T14:00:00Z"
}
}

Downstream Actions

  • Notification Service: Notifies workspace members
  • Analytics Service: Tracks team creation metrics