When you invoke the Purchase Order Flow process, the process creates a NetSuite purchase order from a Coupa purchase order based on the webhook request from Coupa.
1Open the Purchase Order Flow process and click Actions > Properties Details > Copy Service URL.
2Open a text editor and add the input fields and values to the service URL as shown in the following format:
<Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?webhook=<Webhook request from Coupa>
3Open a browser and paste the service URL.
You can also invoke the process using the Run Using option, REST or SOAP API endpoints in API clients, such as cURL, Postman, SOAP UI, or through any programming language.