Creates a new case (incident) entity record in Dynamics CRM using the Web API.
titleThe subject or title of the case.
user_idstringThe user's ID or 'me' for the authenticated user.
account_idstringA reference to the related account. Format: '/accounts(GUID)'
contact_idstringA reference to the related contact. Format: '/contacts(GUID)'
descriptionstringA detailed description of the issue or inquiry.
prioritycodeintegerThe priority level of the case (e.g., 1 for Low, 2 for Normal, 3 for High).
caseorigincodeintegerThe source of the case. Valid values: 1 (Phone), 2 (Email), 3 (Web).
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.