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.
Open the
Opportunity to Sales Order Flow
process and click
Actions
Properties Details
Copy Service URL
.
Open 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>?webhookRequest=<Webhook
request from Dynamics 365>
Open 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 Plug-in
Registration tool. The process will be triggered automatically when an
opportunity is closed in Dynamics 365.