# ai_bot_v1_bots_webhooks_teams_create Endpoint: POST /api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/ Version: 3.59.0-ai-plus ## Path parameters: - `name` (string, required) - `org` (string, required) ## Request fields (application/json): - `id` (string,null) - `type` (string,null) - `channelData` (object,null) - `entities` (array,null) - `text` (string,null) - `locale` (string,null) - `textFormat` (string,null) - `recipient` (object,null) - `conversation` (object,null) - `from_` (object,null) - `channelId` (string,null) - `serviceUrl` (string,null) - `localTimezone` (string,null) - `localTimestamp` (string,null) - `timestamp` (string,null) ## Response 200 fields (application/json): - `id` (string,null) - `type` (string,null) - `channelData` (object,null) - `entities` (array,null) - `text` (string,null) - `locale` (string,null) - `textFormat` (string,null) - `recipient` (object,null) - `conversation` (object,null) - `from_` (object,null) - `channelId` (string,null) - `serviceUrl` (string,null) - `localTimezone` (string,null) - `localTimestamp` (string,null) - `timestamp` (string,null)