> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.NotifyInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface NotifyInput

```typescript
interface NotifyInput {
    body?: string;
    clickAction?: string;
    title: string;
}
```

Types: [body](#body), [clickAction](#clickaction), [title](#title)

##### Index

### <a id="properties"></a>Properties

[body?](#body) [clickAction?](#clickaction) [title](#title)

## <a id="properties-1"></a>Properties

### <a id="body"></a>`Optional`body

```typescript
body?: string
```

0..240 chars, plain text. HTML, markdown, and links are not supported.

### <a id="clickaction"></a>`Optional`clickAction

```typescript
clickAction?: string
```

Opaque project-defined identifier that round-trips back into the iframe when the user clicks either the in-app toast or the OS notification. 1..64 chars when present. Never interpreted as a URL or path by the host.

### <a id="title"></a>title

```typescript
title: string
```

1..120 chars, required. The host trims whitespace and rejects empty values.
