ZioYou Board icon

ZioYou Board

지오유 그룹웨어에서 게시방에 글을 접근하는 API입니다.

Actions3

Overview

This node integrates with the "ZioYou Board" API to manage posts on a corporate bulletin board system. It allows users to create new posts in selected bulletin rooms, making it useful for internal company announcements, document management, or sharing event-related information.

Typical use cases include:

  • Automatically posting company-wide announcements to a designated bulletin room.
  • Creating posts related to specific projects or departments by selecting the appropriate room.
  • Integrating with other workflows to publish updates or documents on the board.

For example, a user can select the "전사공지" (Company-wide Notice) room and create a new post that will be visible to all employees.

Properties

Name Meaning
게시방 선택 Select the bulletin room where the post will be created. Options:
- 전사공지 (room101)
- 제주도 출장 관련자료 (room102)
- 인사공지 (room103)
- 문서관리대장 (room104)

Note: This property is required and determines the target room for the post creation.

Output

The node outputs JSON data representing the response from the ZioYou Board API after performing the requested operation (e.g., creating a post). The structure typically includes details about the created post such as its ID, content, timestamps, and status.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the ZioYou Board API.
  • The base URL for API requests is https://api.zio.run.
  • The node sends and expects JSON-formatted data.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Common Issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Selecting an invalid or unsupported bulletin room may result in API errors.
    • Network connectivity issues can prevent successful API calls.
  • Error Messages:

    • Authentication errors typically indicate invalid or missing API keys; verify credential setup.
    • HTTP 404 or similar errors may mean the specified room does not exist or the endpoint URL is incorrect.
    • Validation errors might occur if required properties are missing or malformed.

To resolve these issues, ensure the API credential is correctly configured, the selected room exists, and all required input fields are properly set.

Links and References

Discussion