> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# sendText

> Sends a text message to this address.

```ts
sendText(text): Promise<void>
```

Sends a text message to this address.

## **Parameters**

The message text to send.

## **Returns**

`Promise<void>`

## **Examples**

```ts
await address.sendText('Hello!');
```

## **See**

* [`textMessage`](/docs/browser-sdk/v4/reference/address/text-message) / [`textMessages$`](/docs/browser-sdk/v4/reference/address) — read the conversation thread.
* [`history`](/docs/browser-sdk/v4/reference/address/history) — call log for the same conversation.