json-no-code-connector
Domo JSON Connector — Product API Reference
Primary data ingestion path for REST/JSON APIs. Always try the JSON connector first when the source is a REST API. If it fails (auth, parsing, or pagination issues), fall back to the Java CLI (
domo-data-uploadskill). See that skill's guide for the two-path fallback pattern.
Overview
The Domo JSON (No Code) connector uses dataProviderType: "json5". It is managed via the Product API:
POST /api/data/v1/accounts Create an account
GET /api/data/v1/accounts List all accounts
GET /api/data/v1/accounts/{id} Get a specific account
POST /api/data/v1/streams Create a connector (stream)
GET /api/data/v1/streams List all streams
GET /api/data/v1/streams?limit=500 List streams (paginated)
POST /api/data/v1/streams/{id}/executions Run a stream
Authentication to the API itself uses the X-Domo-Developer-Token header.
More from stahura/domo-ai-vibe-rules
migrate-lovable
Convert SSR-heavy Lovable/v0 apps into client-only Domo apps.
60domo-js
Use ryuu.js (domo.js) APIs for env, events, navigation, and data calls.
59appdb
Toolkit-first AppDB document CRUD, query operators, and collection wiring.
57html-deck
Build a professional HTML slide deck from source content and convert it to a pixel-perfect PDF. Covers slide architecture, layout patterns, print-safe CSS, Puppeteer PDF conversion, and quality verification. Use when creating presentation decks, converting documents to slide format, or generating PDF decks from HTML.
57data-api
High-level entry skill for Domo data access. Routes detailed query work to dataset-query.
56jsapi-filters
Apply runtime filters to embedded Domo dashboards/cards from the host page via the JS API (MessagePort). Covers dynamic filtering, drill events, filter change listeners, iframe resize, pfilter URL params, overrideFilters, and App Studio appData. Use for any client-side Domo embed interaction. Not for server-side programmatic filters (use programmatic-filters).
56