json-no-code-connector
Installation
SKILL.md
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.