Integrate with n8n
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3551197. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Extend the Orchestration module to support <a href="https://n8n.io/">n8n</a> as an automation provider, similar to existing Activepieces integration. This enhancement will enable bidirectional communication between Drupal and n8n, allowing workflows to both trigger n8n automations from Drupal entity events (create, update, delete, publish) and perform actions in Drupal (create/update entities, media, users, taxonomy, etc.) via n8n nodes.</p>
<p>The implementation will include:</p>
<ul>
<li>A new N8nDriver in the Orchestration module for outbound event delivery.</li>
<li>Admin configuration for n8n endpoints, authentication, and payload mapping.</li>
<li>Community nodes package for n8n providing Drupal actions using JSON:API (Create, Update, Delete, Query).</li>
<li>Support for OAuth2 and Basic Auth for secure integration.</li>
</ul>
<p><strong>Links</strong><br>
n8n GitHub: <a href="https://github.com/n8n-io/n8n">https://github.com/n8n-io/n8n</a></p>
issue