Meta Tags Demo – Passing Context to n8n

FlowChat supports meta tags that allow you to pass contextual information to your n8n workflow. This is powerful for creating context-aware chatbots.

What Are Meta Tags?

Meta tags let you send additional data alongside chat messages – like the current page URL, product ID, user information, or any custom data your workflow needs.

How to Use Meta Tags

Add data attributes to your shortcode or use the flowchat_context filter in PHP:

[n8n-chat context-url="{{page_url}}" context-title="{{page_title}}" context-custom="my-value"]

Available Context Variables

    Live Example

    The chat below receives context about this page:

    [n8n-chat]