Skip to main content

Description

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.
ParameterTypeDescription
MetadataJSONThe metadata to send via SIP INFO. See below for an example.
{
  "myParamName": "myParamValue"
}
I