> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Communicate

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: MessageRequest

Create message request.

## Properties

### attachments?

> `optional` **attachments**: [`FileAttachment`](./FileAttachment)\[]

Message attachments

***

### contactIds?

> `optional` **contactIds**: `string`\[]

Contacts to send the message to.

***

### matterId?

> `optional` **matterId**: `string`

Matter id.

***

### message?

> `optional` **message**: `string`

Message to communicate. Can contain plain text with markdown links in the format: \[link label]\(link url)

***

### requireMFA?

> `optional` **requireMFA**: `boolean`

Require multi-factor authentication. Defaults to 'false' if not provided.

***

### staffIds?

> `optional` **staffIds**: `string`\[]

Staff members to send the message to.
