LIVEAI Bootcamps ยท May 2026 ยท ๐Ÿ‡ซ๐Ÿ‡ท CET
Resources ยท Integrations ยท n8n FREE ยท 2026Disqus logo featuring the text and a speech bubble symbol in blue and white colors

DISQUS n8n INTEGRATION: AUTOMATE DISQUS WITH N8N

Looking to automate Disqus with n8n? You're in the right place. The Disqus n8n integration gives you access to 4 actions to automate your comment management, forum moderation, and community engagement workflows without writing a single line of code.

Disqus is one of the most popular commenting platforms on the web, used by millions of websites to manage discussions. By connecting Disqus to n8n, the powerful automation platform, you can automatically retrieve forum data, monitor threads and posts, and integrate your community insights with hundreds of other applications. Whether you need to sync comments with your CRM, analyze engagement metrics, or build custom dashboards, this integration opens up powerful automation possibilities.

In this guide, you'll discover exactly how to set up the Disqus n8n connection, explore each available action in detail, and learn practical use cases to get the most out of your automation workflows.

Need help

Need help automating Disqus with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Why automate

Why automate Disqus with n8n?

The Disqus n8n integration gives you access to 4 powerful actions that let you programmatically retrieve forum data, threads, posts, and categories. This means you can build sophisticated automation workflows that connect your comment system to your entire tech stack โ€“ from analytics platforms to CRMs, databases, and notification systems.

Significant time savings is the first benefit you'll notice. Instead of manually exporting data from Disqus or checking your forums one by one, set up workflows that automatically pull the information you need on a schedule or in response to specific events. Seamless integration with n8n's 400+ app library means your Disqus data can flow directly into tools like Google Sheets, Slack, Airtable, HubSpot, or any database of your choice.

Here are concrete workflow examples you can build: automatically export all new posts from your forums to a spreadsheet for sentiment analysis, sync thread data with your project management tool to track community engagement, build a custom dashboard that aggregates forum statistics across multiple properties, or set up alerts when post volume exceeds certain thresholds. The Disqus n8n integration transforms your commenting system from an isolated tool into a connected part of your automation ecosystem.

Credentials

How to connect Disqus to n8n?

  1. !
    1 step

    How to connect Disqus to n8n?

    1. 01

      Add the node

      The Disqus n8n integration uses API Key authentication to securely connect your Disqus account to your workflows. Here's how to set it up:Basic configuration:Register a Disqus application: Go to the Disqus API Applications page and create a new application. This will generate your API credentials.Copy your API Key and Secret: Once your application is created, you'll receive a Public Key (API Key) and a Secret Key. Keep these credentials safe.Add the credential in n8n: In your n8n workflow, add a Disqus node, click on "Credential to connect with", then select "Create New". Enter your API Key and Secret Key in the corresponding fields.Test the connection: Save your credential and run a simple test action (like "Get a forum") to verify everything is properly connected.

    Disqus credentials
    TIP
    ๐Ÿ’ก TIP: When registering your Disqus application, make sure to use a descriptive name that identifies your automation purpose. This helps you manage multiple integrations later and makes it easier to revoke access if needed. Also, store your credentials securely โ€“ consider using n8n's built-in credential encryption for production workflows. Need help setting up complex automations? Our n8n training program covers credential management and advanced workflow building.
Need help

Need help automating Disqus with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Actions

Disqus actions available in n8n

  1. 01
    Action 01

    Get a forum

    This action retrieves detailed information about a specific Disqus forum. It's your starting point for any workflow that needs to work with forum-level data, settings, or metadata.

    Key parameters: Credential to connect with (required โ€“ select your Disqus account credential from the dropdown menu to authenticate the API request), Resource (set to "Forum" โ€“ indicates you're working with forum-level data), Operation (set to "Get" โ€“ specifies that you're retrieving forum details rather than modifying them), Forum Name (required text field where you enter the exact name/shortname of the forum you want to query), and Additional Fields (expandable section for optional parameters to customize your request further).

    Use cases: Retrieve forum settings and configuration for documentation purposes, check forum status before running other automation actions, pull forum metadata to populate dashboards or reports, validate forum existence before triggering downstream workflows.

    When to use it: Start with this action when you need to verify a forum exists, retrieve its basic information, or when your workflow logic depends on forum-level attributes.

    Get a forum
  2. 02
    Action 02

    Get all categories in a forum

    This action fetches all categories configured within a specific Disqus forum. Categories help organize discussions by topic, and this action lets you programmatically access that organizational structure.

    Key parameters: Credential to connect with (required dropdown to select your authenticated Disqus account credential for API access), Resource (set to "Forum" โ€“ the parent resource for categories), Operation (set to "Get All Categories" โ€“ retrieves the complete list of category objects), Forum Name (text input for the forum shortname โ€“ technically optional in the interface but necessary to target a specific forum), Return All (toggle switch that when enabled retrieves every category without limits, off by default), Limit (number input defaulting to 100 that caps how many categories to return when "Return All" is disabled), and Additional Fields (expandable section for extra optional parameters).

    Use cases: Map your forum's category structure to external systems, sync categories with your content management system, build category-based routing rules for notification workflows, generate reports on how your forum content is organized.

    When to use it: This action is particularly useful when you need to understand your forum's structure, migrate content, or build workflows that behave differently based on content categories.

    Get all categories in a forum
  3. 03
    Action 03

    Get all threads in a forum

    This action retrieves all discussion threads from a specified Disqus forum. Threads represent individual pages or posts where comments are attached, making this action essential for any workflow that needs to work with your content at the page level.

    Key parameters: Credential to connect with (required dropdown menu to select your Disqus credentials to establish the API connection), Resource (set to "Forum" โ€“ threads are retrieved in the context of a forum), Operation (set to "Get All Threads" โ€“ fetches the complete list of threads), Forum Name (required text input field for the forum shortname from which to retrieve threads), Return All (toggle switch to return all threads without any limit, off by default), Limit (number input set to 100 by default โ€“ controls the maximum number of threads returned when "Return All" is disabled), and Additional Fields (section for optional parameters to refine your query).

    Use cases: Export all discussion threads to a spreadsheet for analysis, monitor which pages on your site have active Disqus discussions, build engagement dashboards showing thread activity across your properties, sync thread data with your analytics or content management platform.

    When to use it: Use this action when you need a bird's-eye view of all discussions happening across your forum. It's perfect for reporting, auditing, and building integrations that need to iterate over your entire content library.

    Get all threads in a forum
  4. 04
    Action 04

    Get all posts in a forum

    This action retrieves all individual comments (posts) from a specified Disqus forum. Posts are the actual user contributions โ€“ the comments, replies, and discussions that make up your community engagement.

    Key parameters: Credential to connect with (required dropdown for selecting your Disqus account credential for authentication), Resource (set to "Forum" โ€“ posts are retrieved at the forum level), Operation (set to "Get All Posts" โ€“ fetches all comment posts within the forum), Forum Name (required text input where you enter the exact forum shortname โ€“ the action won't work without specifying which forum to query), Return All (toggle that when enabled returns every post regardless of count, disabled by default), Limit (number field defaulting to 100, controlling how many posts to return when "Return All" is off), and Additional Fields (expandable section for adding optional filtering parameters).

    Use cases: Export comments for sentiment analysis or moderation review, sync user feedback with your CRM or support ticketing system, build automated reports on comment volume and engagement trends, archive discussions for compliance or backup purposes, trigger alerts when new posts contain specific keywords.

    When to use it: This action is your go-to for any workflow that deals with actual user content. Whether you're building moderation tools, engagement analytics, or feedback collection systems, "Get all posts" gives you access to the raw discussion data you need.

    Get all posts in a forum
You've seen the integration

Build your first workflow with our team

Drop your email and we'll send you the catalog of automations you can ship today.

  • Free n8n & Make scenarios to import
  • Step-by-step setup docs
  • Live cohort + community support

Frequently asked questions

  • Is the Disqus n8n integration free?
    Yes, the Disqus integration is included natively in n8n at no additional cost. You can use all 4 available actions โ€“ Get a forum, Get all categories, Get all threads, and Get all posts โ€“ without any premium subscription to n8n. However, keep in mind that Disqus itself has API rate limits that may vary depending on your Disqus plan. For high-volume automation workflows, you may need to check Disqus's API documentation to ensure you stay within your allowed request quotas.
  • What data can I retrieve from Disqus using n8n?
    The Disqus n8n integration lets you retrieve four main types of data: forum details (settings, metadata, configuration), categories (organizational structure within your forum), threads (individual discussion pages or posts where comments are attached), and posts (actual user comments and replies). This covers the core data you need for analytics, reporting, content moderation, and integration with other systems. Each action returns structured JSON data that you can easily transform, filter, and route to other n8n nodes.
  • How long does it take to set up the Disqus n8n integration?
    Most users can complete the setup in under 10 minutes. The process involves registering an application on the Disqus API portal (2-3 minutes), copying your API credentials, and adding them to n8n (2-3 minutes). Once your credentials are saved, you can immediately start building workflows using any of the 4 available actions. If you're already familiar with n8n's interface, you could have your first working Disqus automation running in as little as 5 minutes. For more complex workflows, consider exploring our workflow creation services.
Hack'celeration Lab

Get our weekly integration tips.

No spam. Unsubscribe anytime.