edgeone-pages

Package Information

Released: 6/10/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.0.1
Author: tencent-player

Documentation

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

  1. Add the "EdgeOne Pages HTML Deploy" node to your workflow
  2. Enter your HTML content in the "HTML Content" field
  3. Execute the workflow
  4. 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.

Discussion