yida-integration

Create Yida integration logic flows for form events with triggers and notifications.

201|43|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/openyida/openyida --skill yida-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yida-integration
Source: https://github.com/openyida/openyida/tree/main/yida-skills/skills/yida-integration
Command: npx skills add https://github.com/openyida/openyida --skill yida-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually configuring Yida integration & automation (logic flows) is error‑prone and time‑consuming, especially when combining triggers, notifications, data sync, and conditional branches.

Core Features & Use Cases

  • Trigger definitions for insert, update, delete, and comment events on any form.
  • Message notification nodes that can embed form field values.
  • Data create, retrieve, and update nodes for cross‑form synchronization.
  • Conditional branching to handle complex business logic.
  • Publish or draft saving with automatic processCode handling. Use cases include automatic approval alerts, order synchronization, and cross‑form data enrichment.

Quick Start

Create a Yida integration flow that sends a DingTalk notification when form FORM_456 is submitted, targeting APP_123, titled “New Record Alert”, notifying user 0162193625672514, and publish it.

Frequently Asked Questions about yida-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Yida automation logic flows for form events?

To create Yida automation logic flows, configure triggers, notifications, data synchronization, and conditional branches across Yida applications by providing appType, formUuid, flowName, and optional parameters like receivers and content.

What is needed to set up automatic DingTalk notifications for Yida form submissions?

Setting up automatic notifications for Yida form submissions requires the appType, formUuid, flowName, receiver IDs, and title content, which are used to build and publish the message notification node.

Can I synchronize data across different forms using Yida integration?

Yes, you can synchronize data across different forms using Yida integration by configuring data create, retrieve, and update nodes to handle cross-form data enrichment within your automation logic flows.

Does Yida automation support conditional branching for complex business logic?

Yes, Yida automation supports conditional branching to handle complex business logic, allowing you to define different execution paths for insert, update, delete, and comment events on any form.

How do I publish or save a draft of a Yida logic flow without manual processCode handling?

You can publish or save a draft of a Yida logic flow by setting the publishing flags in your configuration, which automatically handles processCode generation without manual intervention.