Socket
Book a DemoInstallSign in
Socket

n8n-nodes-edgeone-pages

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-edgeone-pages

n8n node for EdgeOne Pages HTML deployment - deploy HTML content and get shareable URLs

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-edgeone-pages

This is an n8n community node that provides EdgeOne Pages HTML deployment functionality.

Features

  • EdgeOne Pages HTML Deploy: Deploy HTML content to EdgeOne Pages and get shareable URLs

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

EdgeOne Pages HTML Deploy

Deploy HTML content to EdgeOne Pages and receive a shareable URL.

Parameters

  • HTML Content: The HTML content to deploy (required)
    • Type: String (multiline text area)
    • Default: <html><body><h1>Hello, World!</h1></body></html>

Output

The node returns the following data:

{
	"key": "ypUeQyo77-_j2ujrhhXSE",
	"url": "https://mcp.edgeone.site/share/ypUeQyo77-_j2ujrhhXSE",
	"originalHtml": "<html><body><h1>Hello, World!</h1></body></html>",
	"timestamp": "2024-01-01T12:00:00.000Z"
}
  • key: Unique identifier for the deployed content
  • url: Shareable URL where the HTML content can be accessed
  • originalHtml: The original HTML content that was deployed
  • timestamp: ISO timestamp of when the deployment occurred

Example Usage

  • Add the "EdgeOne Pages HTML Deploy" node to your workflow
  • Enter your HTML content in the "HTML Content" field
  • Execute the workflow
  • The node will return the deployment key and shareable URL

Error Handling

The node includes proper error handling:

  • Validates that HTML content is provided
  • Returns detailed error information if the deployment fails
  • Supports n8n's "Continue on Fail" option

Development

To build and test this node locally:

npm run build
npm run lint

License

MIT

Support

For issues and questions, please visit the GitHub repository.

Keywords

n8n-community-node-package

FAQs

Package last updated on 10 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.