---
layout: example.11ty.cjs
title: <n8n-demo> ⌲ Examples ⌲ Click to interact 
tags: example
name: Click to interact
description: Click to interact example
---
<n8n-demo clicktointeract="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 clicktointeract="true" workflow='{"nodes":[{"name":"Workflow-Created","type":"n8n-nodes-base.webhook","position":[512,369],"parameters":{"path":"webhook","httpMethod":"POST"},"typeVersion":1}],"connections":{}}'></n8n-demo>
```
