{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands WorkflowTrigger API", "version": "v2.1" }, "items": [ { "info": { "name": "WorkflowTrigger", "type": "folder" }, "items": [ { "info": { "name": "Docusign Triggers a new instance of the workflow.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v1/accounts/:accountId/workflow_definitions/:workflowDefinitionId/trigger", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account ID." }, { "name": "workflowDefinitionId", "value": "", "type": "path", "description": "Workflow definition ID." }, { "name": "mtid", "value": "", "type": "query", "description": "Managed Token Id registered with Docusign Account Server" }, { "name": "mtsec", "value": "", "type": "query", "description": "Managed Token Secret registered with Docusign account server" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workflow instance, triggering the workflow.\n\n\n The Maestro API is currently only available\n as part of a beta program.\n See Get access to Maestro API\n for details.\n\n\n### Related topics\n\n- [How to trigger a Maestro workflow](/docs/maestro-api/how-to/trigger-workflow/)" } ] } ], "bundled": true }