Callout

Highlighted alert box — info, warning, tip, or danger

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatborder-left and background colour stripped — use bold text prefix instead
emailbackground colour unreliable — test across clients or use plain bold text
Fields
FieldType
kindinfo | warning | tip | dangerrequired
titlestringoptional
textstringrequired
Example payload
{
  "type": "callout",
  "kind": "info",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:callout",
  "displayName": "Callout",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/callout",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Highlighted alert box \u2014 info, warning, tip, or danger",
  "representativeQueries": [
    "show a coloured tip info warning or danger highlight box",
    "highlighted alert box \u2014 info, warning, tip, or danger",
    "render a callout"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →