n8n
ToolJet can trigger n8n workflows using webhook URLs. Please refer this to know more about n8n.
Connection
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.
Authentication Types
- Basic Auth: To connect your n8n webhooks using basic auth you'll need to provide the following credentials:
- Username
- Password
![n8n basicauth](/img/datasource-reference/n8n/basicauth.png)
- Header Auth: To connect your n8n webhooks using header auth the following fields are required:
- Name / Key
- Value
![n8n headerauth](/img/datasource-reference/n8n/headerauth.png)
tip
Webhook credentials and instance credentials are different. Please use the credentials that you use with the webhook trigger. Know more: Webhook Authentication.