fuuz-integration

Configure Fuuz integration connectors and external system requests for automated workflows.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-integration
Source: https://github.com/Fuuz-Platform/llm-skills/tree/main/fuuz-integration
Command: npx skills add https://github.com/Fuuz-Platform/llm-skills --skill fuuz-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the complexity of building and troubleshooting Fuuz integrations by showing how to connect to external systems, format connector payloads, and invoke the right authentication and request patterns.

Core Features & Use Cases

  • Connector Guidance: Configure REST, database, Plex, FTP/SFTP, email, cloud, shipping, EDI, and specialty integrations.
  • Payload and Schema Design: Build valid request bodies for each connector type, including method, path, action, parameters, pagination, and response handling.
  • Practical Workflow Support: Use it to query Salesforce, read from MSSQL, upload files to TecCom, execute Plex datasources, or publish multi-action Fuuz requests from data flows and scripts.

Quick Start

Ask the Skill to help you configure the connector you need by naming the service, the connection name, and the action or endpoint you want to call.

Frequently Asked Questions about fuuz-integration

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

FAQPage Schema
How do I configure REST API connectors for external system requests in Fuuz?

Configure REST API connectors in Fuuz by defining the service, connection name, endpoint path, authentication method, and request payload schema, then invoke them using $integrate() patterns within data flows.

Can I use Fuuz connectors to query Salesforce and read from MSSQL databases?

Yes, Fuuz connectors support querying Salesforce and reading from MSSQL databases, allowing you to execute external requests and integrate returned data directly into automated platform workflows and scripts.

What's the best way to handle pagination and retry behavior for Fuuz integrations?

Handle pagination and retry behavior for Fuuz integrations by specifying pagination options and retry parameters within the connector payload schema, ensuring reliable automated data flows when calling external REST APIs or databases.

Does Fuuz integration support FTP, SFTP, and EDI data flows for shipping services?

Yes, Fuuz integration supports FTP, SFTP, and EDI data flows for shipping services, enabling you to configure file transfers and electronic data interchange requests within automated platform workflows.

How do I execute Plex datasources and upload files to TecCom using Fuuz?

Execute Plex datasources and upload files to TecCom by configuring the respective specialty connectors in Fuuz, defining the action parameters, and invoking the requests through $integrate() patterns in your data flows.

Why does my multi-action Fuuz call fail when publishing requests from data flows?

Multi-action Fuuz calls may fail due to incorrect connector authentication, invalid payload schemas, or misconfigured $integrate() invocation patterns, requiring you to verify method, path, and action parameters for each request.