team_membership.created

This event is triggered when a user is added to a team.

Payload

The payload of this webhook request is an object.
typestringRequired

team_membership.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 "team_id": "string",
5 "user_id": "string"
6 }
7}