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.


icon

Best answer by Phong1426275020 10 August 2022, 02:19

View original

2 replies

Userlevel 1

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