Skip to main content

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.

Voice Gateway Send Metadata Node configuration panel

Description

The Send Metadata Node sends metadata via SIP INFO messages to the connected SIP trunk.

Parameters

ParameterTypeDescription
MetadataJSONSets the metadata to send via SIP INFO. For dynamic values, use CognigyScript.

Example

{
  "callType": "refund_call",
  "order": {
    "orderId": "{{context.orderId}}",
    "product": "{{context.product}}"
  }
}