Create workflow in n8n.
Application
n8n
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Workflow object | A valid JSON object with required fields: 'name', 'nodes', 'connections' and 'settings'. More information can be found in the https://docs.n8n.io/api/api-reference/#tag/Workflow/paths/~1workflows/post | Text (Long) | Yes |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A