fsebbah/n8n-workflows
An expression sent as plain text, in a team's own history.
The team behind fsebbah/n8n-workflows changed its n8n workflow “Stripe - Subscription Success”, and a later commit of its own repaired the break that change made. The break lived 145 days. Run on the first change, the check says:
“Log Paiement” sends “url” as written
The value holds “{{ $… }}” but does not start with “=”, so n8n does not read it as an expression and sends the braces as text, not the data they name. It needs “=” at its start.
The team's two commits
- The change, 24 March 2026. Merge pull request #324 from fsebbah/feat/add-inputschema-to-webhooks 12ba080
- The fix, 16 August 2026. Merge pull request #456 from fsebbah/fix/expressions-url-stripe 9131e2a
The workflow's file is workflows/Stripe_-_Subscription_Success.json. Before the change, the check found nothing of this in it; after the fix, it finds nothing again. Each case was read against the team's own fix: the fix changes this step, and the change removes the cause.
Check your workflow
Check a change before it ships: paste the workflow. Free. No account. Nothing is stored unless you choose to share it.