Send Metadata¶

Description¶
Deprecation of AudioCodes and Generic Voice Nodes
AudioCodes Nodes and Generic Voice Nodes have been 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 v4.96 or later.
The Send Metadata Node will send metadata via SIP INFO messages to the connected SIP trunk.
Parameter | Type | Description |
---|---|---|
Metadata | JSON | The metadata to send via SIP INFO. See below for an example. |
{
"myParamName": "myParamValue"
}