Skip to main content

Create workflow in n8n

Create workflow in n8n.

Application

  • n8n

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Workflow objectA 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/postText (Long)Yes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A