---
title: BulletPoint
framework: retentionmessaging
role: symbol
role_heading: Object
path: retentionmessaging/bulletpoint
---

# BulletPoint

The text and its bullet-point image to include in a retention message’s bulleted list.

## Declaration

```data
object BulletPoint
```

## Properties

altText: The alternative text you provide for the corresponding image of the bullet point. imageIdentifier: The identifier of the image to use as the bullet point. text: The text of the individual bullet point.

## Mentioned in

Retention Messaging API changelog

## Overview

Overview Use BulletPoint items when you set up a text-based message that contains bullet points. Each bullet point item consists of the following elements: An image to use as the bullet point. To use an image as a bullet point icon, upload the image with an imageSize of BULLET_POINT. For more information, see Upload Image. The alternative text that describes the bullet point image. The text of the individual bullet point. Provide an array of BulletPoint objects in the UploadMessageRequestBody  when you call Upload Message.

## See Also

### Messages

- [messageIdentifier](retentionmessaging/messageidentifier.md)
- [messageState](retentionmessaging/messagestate.md)
- [body](retentionmessaging/body.md)
- [bulletPointText](retentionmessaging/bulletpointtext.md)
- [header](retentionmessaging/header.md)
- [headerPosition](retentionmessaging/headerposition.md)
