> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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).


## Related topics

- [SuperOffice.WebApi.Data.CtaFlavor](/en/api/reference/webapi/SuperOffice.WebApi.Data.CtaFlavor.md)
- [SuperOffice.WebApi.Data.NewsFeedCTA](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedCTA.md)
- [Enum values for CtaType](/en/database/tables/enums/ctatype.md)
- [NewsFeedItemCta table](/en/database/tables/newsfeeditemcta.md)
- [WebAPI changes in SuperOffice 12.2](/release-notes/12/api/changes-webapi-12.2.2072.0.md)
- [Enum values for NewsFeedItemStatus](/en/database/tables/enums/newsfeeditemstatus.md)
