Create team webhook

Create an outbound Webhook for all appropriate actions for a given Team

Path parameters

team_idstringRequiredformat: "uuid"

Request

Webhook to create or update
namestringRequired
Name of the Webhook
urlstringRequired
HTTPS endpoint to delivery events to
eventslist of stringsOptional

Response

Webhook success response
account_idstring or nullformat: "uuid"
activeboolean or null
app_idstring or nullformat: "uuid"
deleted_atstring or nullformat: "date-time"
eventslist of enums or null
idstring or nullformat: "uuid"
inserted_atstring or nullformat: "date-time"
namestring or null
project_idstring or nullformat: "uuid"
secretstring or null
teamobject or null
team_idstring or nullformat: "uuid"
updated_atstring or nullformat: "date-time"
urlstring or null

Errors