Creates a new opportunity entity record in Dynamics CRM using the Web API. Some CRM configurations enforce `estimatedclosedate` and a transaction currency at the server level even though they are schema-optional; omitting them may cause the request to be rejected.
nameRequiredstringThe name or title of the opportunity. This is a required field.
descriptionstringA brief description of the opportunity.
estimatedvaluenumberThe anticipated revenue from the opportunity.
estimatedclosedatestringThe expected close date of the opportunity in 'YYYY-MM-DD' format.
customer_account_idstringThe GUID of the related account (without curly braces). Optional.
customer_contact_idstringThe GUID of the related contact (without curly braces). Optional.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.