> ## 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 Metadata

<a href="/release-notes/4.45"><Badge className="version-badge" color="blue">Updated in 4.45</Badge></a>

<Frame>
  <img src="https://mintcdn.com/cognigy-15abf2ba/jD73u_IBHRit9B59/_assets/ai/develop/node-reference/generic-voice/send-metadata.png?fit=max&auto=format&n=jD73u_IBHRit9B59&q=85&s=a6e8214809dfd21484827cb418b4cbf8" alt="Generic Send Metadata Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/generic-voice/send-metadata.png" />
</Frame>

## Description

<Warning>
  * As of Cognigy 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 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 Metadata Node sends metadata via SIP INFO messages to the connected SIP trunk.

| Parameter | Type | Description                        |
| --------- | ---- | ---------------------------------- |
| Metadata  | JSON | The metadata to send via SIP INFO. |

Example:

```json theme={null}
{
  "myParamName": "myParamValue"
}
```

<Note>
  This Node supports Activity Parameters. You can find more information about activity parameters on the [Parameter Details](/ai/agents/develop/node-reference/voice/voice-gateway/parameter-details) page.
</Note>
