team.created

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 "id": "string",
6 "display_name": "string",
7 "server_metadata": {
8 "string": {}
9 },
10 "profile_image_url": "string",
11 "client_metadata": {
12 "string": {}
13 },
14 "client_read_only_metadata": {
15 "string": {}
16 }
17 }
18}