This event is triggered when a team is created.

Payload

The payload of this webhook request is an object.
typestringRequired
team.created
dataobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "type": "string",
3 "data": {
4 "created_at_millis": 1,
5 "server_metadata": {
6 "string": {}
7 },
8 "id": "string",
9 "display_name": "string",
10 "profile_image_url": "string",
11 "client_metadata": {
12 "string": {}
13 },
14 "client_read_only_metadata": {
15 "string": {}
16 }
17 }
18}