domo/connector-build

Develop and publish custom Domo connectors for data ingestion and writeback.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill domo-connector-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domo/connector-build
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/domo/connector-build
Command: npx skills add https://github.com/MantisWare/BizForge --skill domo-connector-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design and publish custom Domo connectors for data ingestion and writeback, reducing integration complexity and time-to-value.

Core Features & Use Cases

  • Connector IDE development environment for building, testing, and validating connectors.
  • Flexible authentication configurations (OAuth2, API key, Basic) and transport options (HTTP/REST, SOAP, Database, File).
  • End-to-end publishing workflow to Domo Appstore and support for federated queries.

Quick Start

Create a new ingest connector named 'CRM Sync' with OAuth2 and publish it to the Appstore.

Frequently Asked Questions about domo/connector-build

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

FAQPage Schema
How do I build a custom Domo connector for API data ingestion?

Build a custom Domo connector for API data ingestion using the Connector IDE to configure HTTP/REST transport, data parsing, and error handling. It supports end-to-end development from authentication to deployment.

What authentication methods can I configure for a Domo connector?

Domo connectors support OAuth2, API key, and Basic authentication methods. You configure these within the Connector IDE alongside transport and parsing rules during the connector development process.

Can I create a Domo connector that supports data writeback to external databases?

Yes, Domo connectors support data writeback to external databases and file stores. The Connector IDE enables bidirectional integration, allowing both data ingestion and writeback operations across enterprise cloud apps.

Does the Domo connector development process support on-prem data sources and federated queries?

Domo connector development supports on-prem data sources via Workbench and handles federated queries. This enables enterprise data integration across cloud apps, databases, and file stores for distributed environments.

How do I publish a custom connector to the Domo Appstore?

Publish a custom connector to the Domo Appstore through the end-to-end publishing workflow enforced by the Connector IDE. After building, testing, and validating your integration, you can deploy it directly to the Appstore.

What is the best way to handle errors during Domo connector development?

Handle errors during Domo connector development by enforcing error handling requirements within the Connector IDE. Configure transport parsing rules and validation logic to manage API failures and ensure robust data ingestion.