[**GREEN-API WhatsApp SDK v2 v1.0.3**](../README.md)

***

[GREEN-API WhatsApp SDK v2](../globals.md) / Settings

# Interface: Settings

Defined in: [types/instance.ts:42](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L42)

Configuration settings for a GREEN-API instance.
Controls webhook behavior, message handling, and other instance features.

## Properties

### delaySendMessagesMilliseconds?

> `optional` **delaySendMessagesMilliseconds**: `number`

Defined in: [types/instance.ts:46](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L46)

***

### deletedMessageWebhook?

> `optional` **deletedMessageWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:59](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L59)

***

### editedMessageWebhook?

> `optional` **editedMessageWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:58](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L58)

***

### incomingBlockWebhook?

> `optional` **incomingBlockWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:57](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L57)

***

### incomingCallWebhook?

> `optional` **incomingCallWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:56](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L56)

***

### incomingWebhook?

> `optional` **incomingWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:53](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L53)

***

### keepOnlineStatus?

> `optional` **keepOnlineStatus**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:54](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L54)

***

### markIncomingMessagesReaded?

> `optional` **markIncomingMessagesReaded**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:47](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L47)

***

### markIncomingMessagesReadedOnReply?

> `optional` **markIncomingMessagesReadedOnReply**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:48](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L48)

***

### outgoingAPIMessageWebhook?

> `optional` **outgoingAPIMessageWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:51](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L51)

***

### outgoingMessageWebhook?

> `optional` **outgoingMessageWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:50](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L50)

***

### outgoingWebhook?

> `optional` **outgoingWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:49](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L49)

***

### pollMessageWebhook?

> `optional` **pollMessageWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:55](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L55)

***

### stateWebhook?

> `optional` **stateWebhook**: `"yes"` \| `"no"`

Defined in: [types/instance.ts:52](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L52)

***

### webhookUrl?

> `optional` **webhookUrl**: `string`

Defined in: [types/instance.ts:44](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L44)

***

### webhookUrlToken?

> `optional` **webhookUrlToken**: `string`

Defined in: [types/instance.ts:45](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L45)

***

### wid?

> `optional` **wid**: `string`

Defined in: [types/instance.ts:43](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/instance.ts#L43)
