Skip to main content
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}}"
  }
}