FlowKit

The FlowKit blog

Practical guides and honest comparisons about n8n and AI automation, written for freelancers and SMBs.

2 September 2026 · 5 min read

Automating Electronic Signatures with n8n (Yousign)

n8n has no reliable native Yousign node: creating the signature request, tracking it in real time via an HMAC-signed webhook, and archiving the signed document, using Yousign's API v3 — the French e-signature provider hosted in France and eIDAS-qualified by ANSSI.

Read the article

29 July 2026 · 4 min read

Installing external npm modules in n8n's Code node

Why n8n blocks require() and import by default in the Code node, how to allow external npm modules with NODE_FUNCTION_ALLOW_EXTERNAL, where to set these variables when Task Runners are involved, and when a safer alternative beats installing a dependency.

Read the article