# Send message to external channel

Send a message to a specific external channel (email, WhatsApp, etc.)

Endpoint: POST /chat/{chatId}/send-external
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (string, required)

## Path parameters:

  - `chatId` (string, required)

## Response 401 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


## Response 200 fields
