Create NetSuite Sales Orders from Dynamics 365 Opportunities > Using the Create NetSuite Sales Orders from Dynamics 365 Opportunities recipe > Step 6: Invoke the process
  

Step 6: Invoke the process

When you invoke the Opportunity to Sales Order Flow process, the process creates a NetSuite sales order from a Dynamics 365 opportunity based on the webhook request from Dynamics 365.
  1. 1Open the Opportunity to Sales Order Flow process and click Actions > Properties Details > Copy Service URL.
  2. 2Open a text editor and add the input fields and values to the service URL as shown in the following format:
  3. <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?webhookRequest=<Webhook request from Dynamics 365>
  4. 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.
You must copy the service URL to the webhook configuration in Creating a webhook in Dynamics 365 tool. The process will be triggered automatically when an opportunity is closed in Dynamics 365.