Action Required Card

A card highlighting an important status or issue that requires immediate

Surfaces
webmeet-stagegooglechatapps-script-web
Degraded on
SurfaceNote
emailRenders as a basic block with title, description, and button; limited layout and styling options.
Fields
FieldType
titlestring The main title of the card, indicating the required action.required
descriptionstring A detailed explanation of the action needed.required
action_labelstring The text for the primary action button.required
action_urlstring The URL for the primary action button.required
iconstring Optional icon to display on the card.optional
Example payload
{
  "type": "action_required_card",
  "title": "Action Required Card",
  "description": "A concise description of the content.",
  "action_label": "Action label",
  "action_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:action_required_card",
  "displayName": "Action Required Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/action_required_card",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "apps-script-web"
  ],
  "description": "A card highlighting an important status or issue that requires immediate",
  "representativeQueries": [
    "show a prominent card prompting a required user action user attention,",
    "a card highlighting an important status or issue that requires immediate",
    "render a action required card"
  ]
}
← 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 →