# ai_bot_v1_bots_webhooks_discord_create Webhook endpoint to receive and process discord messages. Endpoint: POST /api/ai-bot/v1/bots/webhooks/{org}/discord/{name}/ Version: 3.59.0-ai-plus ## Path parameters: - `name` (string, required) - `org` (string, required) ## Request fields (application/json): - `application_id` (string, required) - `type` (string, required) - `token` (string, required) - `id` (string, required) ## Response 200 fields (application/json): - `application_id` (string, required) - `type` (string, required) - `token` (string, required) - `id` (string, required)