Follow Cta

Renders a banner encouraging readers to connect with official social channels.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatCallout cards break into fundamental text lines.
emailButton backgrounds and icons flatten inside email layers.
Fields
FieldType
messagestring. Promotional copy driving user interactions.required
platform_linksobject. Platform name keys mapped to target URLs.required
Example payload
{
  "type": "follow_cta",
  "message": 1,
  "platform_links": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:follow_cta",
  "displayName": "Follow Cta",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/follow_cta",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a banner encouraging readers to connect with official social channels.",
  "representativeQueries": [
    "show a call to action driving social media community expansion",
    "renders a banner encouraging readers to connect with official social channels.",
    "render a follow cta"
  ]
}
← 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 →