> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for CtaFlavor

> Lists the enum values for CtaFlavor.

## CtaFlavor Enum

The flavor of the CTA, which determines the style/color/icon the CTA button renders with. Info/Warning/Error/Accept/Reject

| Name    | Value | Description              |
| ------- | ----- | ------------------------ |
| Normal  | 0     | Plain - no special style |
| Info    | 1     | Blue info icon           |
| Warning | 2     | Yellow warning icon      |
| Error   | 3     | Red error icon           |
| Accept  | 4     | Green check icon         |
| Reject  | 5     | Red x icon               |

## Usage

* [NewsFeedItemCta](../newsfeeditemcta).CtaFlavor - List of Calls-to-Action buttons to attach to a given news item. One item may have multiple CTAs (e.g. Approve + Reject).
