Submitting n8n-nodes-viraldm for the Verified Community Nodes Program

Hi n8n community! :waving_hand:

I’ve published a community node n8n-nodes-viraldm and would like guidance on submitting it for the Verified Community Nodes Program.

Package details

What it does

Integrates ViralDM (viraldm.app) — India’s #1 Instagram automation SaaS — with n8n workflows. Lets users:

  • Send Instagram DMs to subscribers
  • Create / list / update subscribers
  • Trigger ViralDM automations
  • Schedule Posts, Reels, and Stories
  • Send broadcasts to subscriber segments
  • Generate AI captions in 9 Indian languages
  • Fetch analytics and conversion data

Authentication

API key based — issued from each user’s ViralDM dashboard (Settings → API Keys).

Compliance

  • Uses official Meta Instagram Graph API only (no scraping)
  • ViralDM is a Meta Verified Tech Provider (review in progress)
  • MSME registered company in India (UDYAM-RJ-07-0010091)
  • No telemetry in the node code
  • Tested against latest n8n version

My questions

  1. Is the verified nodes program currently accepting submissions?
  2. What’s the correct process — submit via GitHub issue, this forum, or a separate form?
  3. What additional documentation would help speed up review?
  4. Estimated turnaround time after submission?

I previously created issue #4694 in the n8n-docs repo but @HumanistSerif kindly pointed out that wasn’t the right place.

Happy to provide any additional info needed. Thanks for the guidance :folded_hands:

-– Jeetmal (@jkkumawat)
Founder, ViralDM (viraldm.app)

2 Likes

Solid work building this - wrapping ViralDM’s API as a native n8n node is a much cleaner approach than having people call it through generic HTTP Request nodes. For the Verified Nodes Program, the right channel is the n8n GitHub repo (specifically the community-nodes issue tracker) where the n8n team reviews submissions. Make sure your node has proper README docs, handles errors gracefully, and follows the n8n node development conventions - that tends to speed up the review process.