How can we pass parameter dynamically to connect rest from outside application which triggers workflow into pega?

I need to raise one request from outside application UI by passing two parameters (say userID & ID) on clicking submit button it should automatically passed these parameter to Pega and trigger case created in pega and after execution of cases status should return back to outside application.

How can I pass these parameters from UI to pega Connect rest dynamically?

HI @NIKHILM94,

Can you elaborate your requirement?

In general, we use Connect-rest to get or post content to another application or System. But in your case, you want to pass values to connect-rest from Outside. How is that and Pega are connected? Are you using Mssh-up?

Thanks.

@NIKHILM94 Hi, look like you just need to pass the regular parameters to the REST service in post request, here is an academy mission that can be helpful: Creating the REST integration interface | Pega Academy

Thank you so much guys. I have implemented solution using service REST.