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_idstringOptionalformat: "uuid"
activebooleanOptional
app_idstringOptionalformat: "uuid"
deleted_atstringOptionalformat: "date-time"
eventslist of enumsOptional
idstringOptionalformat: "uuid"
inserted_atstringOptionalformat: "date-time"
namestringOptional
project_idstringOptionalformat: "uuid"
secretstringOptional
teamobjectOptional
team_idstringOptionalformat: "uuid"
updated_atstringOptionalformat: "date-time"
urlstringOptional

Errors

401
Unauthorized Error
404
Not Found Error