User Greeting

Personalised greeting showing the active user's Google account email. Works on Google Apps Script only.

Surfaces
apps-script-web
Fields
FieldType
prefixstring. The greeting prefix. Default is "Hello".optional
Example payload
{
  "type": "user_greeting"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:user_greeting",
  "displayName": "User Greeting",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/user_greeting",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Personalised greeting showing the active user's Google account email. Works on Google Apps Script only.",
  "representativeQueries": [
    "show a personalised greeting with active user email",
    "personalised greeting showing the active user's google account email. works on google apps script on",
    "render a user greeting"
  ]
}
← 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 →