Skip to main content
Answer

Sending additional metadata while forwarding

  • August 9, 2022
  • 2 replies
  • 334 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.


Best answer by PhongVu

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

2 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • August 10, 2022

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


  • Author
  • New Participant
  • August 10, 2022

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?