Maker
Type
Tags
Event Trigger
Action
Link
nodeType
n8nNode n8nTriggerNode n8nResponseNode
Status
Available
Batch Trigger
Jump to:
About
These nodes allows seamless integration between Lamatic and N8N. Whether it is triggering N8N from Lamatic or Lamatic from N8N, every use case if possible with these nodes.
Empty AI Block
What can you make?
- Highly Configurable to and fro flows using Lamatic and N8N.
- Bring Gen AI automation functionality to N8N.
- Keep using existing N8N flows while harnessing the power of Gen AI.
Empty AI Block
Available Functionality
Triggering Lamatic Flow from N8N
✅ One Click Configuration to Link N8N Node and Lamatic Trigger
Actions- Triggering N8N from Lamatic
✅ Easy Dropdown based selection to select from all the possible workflows where Lamatic Node is active
Install Steps
- Drag node to the workflow.
- Click on Add new Credentials.
- Follow the Install Steps.
- Once added choose the new credentials.
Configuration
- Setup for Triggering Lamatic from N8N
- Add the n8nTriggerNode to your lamatic flow
- Configure the input schema which you will send from n8n
- Add your credentials - Credential Name, Host URL and API Key
- Select your credentials
- Now in the workflow dropdown you will see all the workflows where you have added the Lamatic Node in N8N.
- Select the workflow which you want to configure
- Now you will see all the available Lamatic Nodes in that workflow, click the Connect Workflow button and you are good to go.
- Additionally if you want to send a specific response to N8N, in the n8nResponseNode configure it as you wish.
- Setup for Triggering N8N from Lamatic
- Add the n8nNode to your lamatic flow
- Select or Add your N8N Credentials i.e Credential Name, Host URL and API Key
- Once you have selected the credentials you will see a dropdown from where you can select the N8N flow which has Lamatic Webhook as trigger.
- In N8N make sure you have a workflow with Lamatic Webhook node and if the response mode if Respond to Lamatic Webhook add that node likewisely.
LowCode Config
// Trigger Lamatic from N8N
triggerNode:
nodeId: triggerNode_1
nodeType: n8nTriggerNode
nodeName: N8N Trigger
values:
advance_schema: '{}'
credentials: your credential name
workflowId: your n8n workflow id which is linked to this node
// Trigger N8N from Lamatic
nodes:
- nodeId: n8nNode_716
nodeType: n8nNode
nodeName: N8N
values:
credentials: your credential name
workflowId: your n8n workflow id which is linked to this node
webhookPath: Auto Fetched Non Configurable Webhook Path
needs:
- triggerNode_1
Example Workflow Setup
Lamatic from N8N
N8N From Lamatic
Output
// Triggering N8N from Lamatic
{
"output": {
"output": {
"success": true,
"message": Message as Configured in N8N
}
},
Troubleshooting Common Issues
‣
‣