content: rewrite FAQ answer to clarify n8n is optional across all module

This commit is contained in:
carlosmintfan
2026-04-09 13:24:11 -03:00
parent 6ab8310e57
commit 6fb2ef7570
+27 -15
View File
@@ -977,30 +977,42 @@
></i> ></i>
</button> </button>
<div class="faq-answer px-7 pb-6"> <div class="faq-answer px-7 pb-6">
<p class="text-gray-500 text-sm leading-relaxed"> <p
Not for all of them. class="text-gray-500 text-sm leading-relaxed mb-3"
<strong class="text-dark">BI Queries</strong> >
and None of these modules require n8n specifically.
<strong class="text-dark">BI Queries</strong>,
<strong class="text-dark" <strong class="text-dark"
>Payment Link API</strong >Payment Link API</strong
> >
expose standard REST endpoints that work with and
any HTTP client — curl, Postman, Make, Zapier,
or n8n.
<strong class="text-dark"
>Website Form Webhook</strong
>
POSTs to any webhook URL you configure, so Make
and other tools work too.
<strong class="text-dark" <strong class="text-dark"
>Invoice Address Edit</strong >Invoice Address Edit</strong
> >
and expose standard REST endpoints that work with
any HTTP client — curl, Postman, Make, Zapier,
or anything else you already use.
<strong class="text-dark"
>Website Form Webhook</strong
>
POSTs to any webhook URL, so any automation
platform can receive submissions.
</p>
<p
class="text-gray-500 text-sm leading-relaxed mb-3"
>
That said, n8n is what we actually use and
recommend. Every endpoint is designed to drop
straight into an n8n HTTP Request node — but
you're never locked in.
</p>
<p class="text-gray-500 text-sm leading-relaxed">
<strong class="text-dark" <strong class="text-dark"
>Risk Management</strong >Risk Management</strong
> >
are standalone Odoo features with no external is a different category entirely — it's a
dependency at all. standalone Odoo feature with no external
dependency of any kind.
</p> </p>
</div> </div>
</div> </div>