Skip to main content

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}}"
  }
}