Skip to main content

I'm forwarding the call to some other extension and need to send additional metadata (just simple array of key-value pairs) with this request. Is it possible?

Forwarding looks like this:

rc.Restapi().Account().Telephony().Sessions(telephonySessionId).Parties(partyId).Forward().Post(forwardTarget)

Thank you in advance.


No, the API does not take any extra data/metadata.


Is it possible to send that data somehow else with RingCentral.Net? Maybe reuse some field or maybe send info in some header of RestClient?


Reply