Subscribe if you want the Latest Ideas to your Email:
Download n8n workflow: n8n-workflow.json
Download Make Workflow: Receive PIN.blueprint.json
Watch the full video guide here: https://youtu.be/urtPjGoZvig
docker run -d \
–name n8n \
-p 5678:5678 \
-v n8n_data:/home/node/.n8n \
-e N8N_SECURE_COOKIE=”false” \
-e WEBHOOK_URL=http://135.181.32.115:5678 \
-e N8N_HOST=135.181.32.115 \
-e N8N_PORT=5678 \
-e N8N_PROTOCOL=http \
docker.n8n.io/n8nio/n8n