docs/versioned_docs/version-2.68.0/data-sources/n8n.md
ToolJet can trigger n8n workflows using webhook URLs. Please refer this to know more about n8n.
<div style={{paddingTop:'24px'}}>To establish a connection with the n8n data source, click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard.
Webhooks in n8n can be configured to operate with or without Authentication. If no authentication is required, select None as the Authentication type. For webhooks that require authentication, choose the appropriate method from the dropdown and provide the corresponding credentials.
:::tip Webhook credentials and instance credentials are different. Please use the credentials that you use with the webhook trigger. Know more: Webhook Authentication. :::
</div> <div style={{paddingTop:'24px'}}>Once the n8n data source is added, you can trigger a workflow with GET/POST URL.
Choose the GET Method from the dropdown.
Choose the POST Method from the dropdown.