Block Kit is Slack's UI framework for creating rich, interactive messages, modals, and Home tabs. It uses a JSON-based structure with three main components:
| Messages | 50 | Notifications, bot responses, channel posts | | Modals | 100 | Forms, confirmations, multi-step workflows | | Home tabs | 100 | App dashboards, user-specific content |
| invalidblocks | Malformed JSON | Validate in Block Kit Builder | | toomanyblocks | Exceeds limit | Reduce to 50 (msg) or 100 (modal) | | invalidelement | Wrong element in block | Check element compatibility | | missingtext | Required text missing | Add text or fields to Section |
Erstellen Sie Slack Block Kit-Benutzeroberflächen für Nachrichten, Modalitäten und Home-Registerkarten. Zum Erstellen von Slack-Benachrichtigungen, interaktiven Formularen, Bot-Antworten, App-Dashboards oder einer beliebigen Slack-Benutzeroberfläche. Deckt Blöcke (Abschnitt, Aktionen, Eingabe, Kopfzeile), Elemente (Schaltflächen, Auswahlmöglichkeiten, Datumsauswahl), Kompositionsobjekte und die Slack-Block-Builder-Bibliothek ab. Quelle: linehaul-ai/linehaulai-claude-marketplace.