Create instanceCopy Pagepost https://core.nextmatter.com/api/instances/Create and return a new instance of the workflowBody Paramsnamestring | nullThe name of the instance. If automatic naming has been enabled the name parameter needs to be an empty string, null, or completely left out.processurirequiredThe related workflow resource URI. For example https://core.nextmatter.com/api/processes/[IDoftheworkflowinNM]/. To find the workflow ID, navigate to the respective workflow at app.nextmatter.com, and copy the number at the very end of the URL.deadlinedate-time | nullTime by which the instance should be completedprioritystring | nullenumThe priority of the instance. If you don't send this parameter, the priority will be "Regular". Other options are the following: V - "Very High"H - "High"VHAllowed:VHtagsarray of stringsDefaults to []A list of string tags seperated by a commaTagsADD stringstep_assignmentsarray of objectsA list of user assignments per step. This is only required for workflows that have at least one step assignee set to "Select user at workflow start". step_assignmentsADD objectResponse 201Updated over 1 year ago