# Newsletter Cta

Displays an input block encouraging readers to subscribe to an email update list.

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| headline | string. Header message prompting subscription. |
| button_label | string. Optional submit button text, defaults to Subscribe. |

## Example payload

```json
{
  "type": "newsletter_cta",
  "headline": "Main headline text here"
}
```

Live page: https://a2uicatalog.ai/atoms/newsletter_cta/
Full field contract: https://a2uicatalog.ai/spec.json
