---
layout: example.11ty.cjs
title: <n8n-demo> ⌲ Examples ⌲ Disable interactivity
tags: example
name: Disable interactivity
description: Disable interactivity example
---

<n8n-demo disableinteractivity="true" workflow='{"nodes":[{"name":"Workflow-Created","type":"n8n-nodes-base.webhook","position":[512,369],"parameters":{"path":"webhook","httpMethod":"POST"},"typeVersion":1}],"connections":{}}'></n8n-demo>

<h3>HTML</h3>

```html
<n8n-demo
  disableinteractivity="true"
  workflow='{"nodes":[{"name":"Workflow-Created","type":"n8n-nodes-base.webhook","position":[512,369],"parameters":{"path":"webhook","httpMethod":"POST"},"typeVersion":1}],"connections":{}}'
></n8n-demo>
```
