Cta Button

Full-width call-to-action button linking to a URL

Surfaces
apps-script-web
Fields
FieldType
urlstringrequired
labelstringrequired
colorstring (optional, hex)optional
Example payload
{
  "type": "cta_button",
  "url": "https://example.com",
  "label": "Cta Button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:cta_button",
  "displayName": "Cta Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/cta_button",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-width call-to-action button linking to a URL",
  "representativeQueries": [
    "show a call-to-action button",
    "full-width call-to-action button linking to a url",
    "render a cta button"
  ]
}
← 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 →