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

# Send Message

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/audiocodes/send-message.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=31f3a2349329947657852cfbc2a6293c" alt="AudioCodes Send Message Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/audiocodes/send-message.png" />

  <figcaption>AudioCodes Send Message</figcaption>
</Frame>

## Description

<Warning>
  * As of Cognigy.AI 4.96.0, AudioCodes Nodes and Generic Voice Nodes are deprecated. Flows with these Nodes continue to work, and you can still edit and clone them as well as export them as a Package. However, you can't create new ones in Cognigy.AI 4.96 or later.
  * The full removal of AudioCodes Nodes is planned for Q2 2026. After the removal, AI Agents using these Nodes will stop working properly. We strongly recommend migrating to [Voice Gateway Nodes](/ai/agents/develop/node-reference/voice/voice-gateway/overview) before the removal date.
</Warning>

The Send Message Node sends a text (optionally with SSML) to AudioCodes, which then turns this text into speech (TTS) and outputs it to the caller.

| Parameter               | Type                    | Description                                                                                                |
| ----------------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
| Text                    | CognigyScript with SSML | The text to send back to AudioCodes. Can contain SSML (either entered manually or via the provided editor) |
| Set Activity Parameters | Toggle                  | Option to add parameters which will be valid for this activity only.                                       |

<Accordion title="This Node supports Activity Parameters">
  To learn more about activity parameters, visit our Help Center at: [https://support.cognigy.com/hc/en-us/articles/360017413959](https://support.cognigy.com/hc/en-us/articles/360017413959)
</Accordion>
