Skip to main content
Solved

Sending additional metadata while forwarding

  • 9 August 2022
  • 2 replies
  • 278 views

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.


2 replies

Userlevel 2
Badge

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