Personalised greeting showing the active user's Google account email. Works on Google Apps Script only.
| Field | Type | |
|---|---|---|
| prefix | string. The greeting prefix. Default is "Hello". | optional |
{
"type": "user_greeting"
}
{
"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"
]
}
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 →