Can we receive and process POST Message received from External System in OFSC Internal Plugin ?
Summary:
Hi Team,
We are currently working on a solution, where in the first stage of the process we need to send few activity details, via URL parameters, to the External system. In the second stage of the process, later in the day, we will receive relevant data for the sent information via POST method.
To address the requirement in first stage we have developed an Internal Plugin (using VBCS) which will forward the relevant information to the External System.
Now the question is, can the same Internal Plugin receive the Inbound POST request from the External System, process it and save it under relevant fields.
0