PhotonCloudAPI > Photon Cloud Object > Send Web Rpc with Params

Send Web Rpc with Params

Makes Photon call your custom web-service by path/name with the given parameters (converted into JSON). Will call OnReceiveWebRpcResponse when data came back from server.
\see https://doc.photonengine.com/en-us/realtime/current/reference/webhooks-faq
\see OnReceiveWebRpcResponse
\param url
\param Parameters to send (needs to be a valid json)
\param bSendAuthCookie

Inputs

In
Exec

Target
Photon Cloud Object Object Reference

Url
String

Parameters
Photon JSON Object Reference

Send Auth Cookie
Boolean

Outputs

Out
Exec