Fluxx¶
Fluxx is a cloud-based grants management platform designed to streamline and automate the entire grantmaking process for foundations, corporations, governments, and other funding organizations.
omniload supports Fluxx as a source.
URI format¶
The URI format for Fluxx is:
fluxx://<instance>?client_id=<client_id>&client_secret=<client_secret>
URI parameters:
instance: Your Fluxx instance subdomain (e.g.,mycompany.preprodforhttps://mycompany.preprod.fluxxlabs.com)client_id: OAuth 2.0 client ID for authenticationclient_secret: OAuth 2.0 client secret for authentication
Example usage¶
Basic usage - all fields¶
Assuming your instance is myorg.preprod, you can ingest grant requests into DuckDB using:
omniload ingest \
--source-uri 'fluxx://myorg.preprod?client_id=your_client_id&client_secret=your_client_secret' \
--source-table 'grant_request' \
--dest-uri duckdb:///fluxx.duckdb \
--dest-table 'raw.grant_request'
Custom field selection¶
You can select specific fields to ingest using the colon syntax:
omniload ingest \
--source-uri 'fluxx://myorg.preprod?client_id=your_client_id&client_secret=your_client_secret' \
--source-table 'grant_request:id,amount_requested,amount_recommended,granted' \
--dest-uri duckdb:///fluxx.duckdb \
--dest-table 'raw.grant_request'
Tables¶
Fluxx source allows ingesting the following sources into separate tables:
Table |
PK |
Inc Key |
Inc Strategy |
Details |
|---|---|---|---|---|
|
id |
- |
replace |
Ad-hoc reports with SQL queries, filters, columns configuration, and report metadata |
|
id |
- |
replace |
User affiliations with organizations including contact information, roles, and membership details |
|
id |
- |
replace |
Grant claims and payment requests with approval status, amounts, and dates |
|
id |
- |
replace |
Claim expense forms and templates for financial tracking |
|
id |
- |
replace |
Individual data entries within claim expense forms with budget category details |
|
id |
- |
replace |
Specific line items or rows within claim expense forms |
|
id |
- |
replace |
Concept initiatives linking programs, initiatives, and sub-programs/sub-initiatives |
|
id |
- |
replace |
Dashboard theme configurations for UI customization |
|
id |
- |
replace |
ETL data for claim expense items with comprehensive budget tracking details |
|
id |
- |
replace |
ETL data for actual grantee budget tracker amounts and expenses |
|
id |
- |
replace |
ETL data for grantee budget tracker period information with detailed financial tracking |
|
id |
- |
replace |
ETL data for entity relationships tracking connections between users, organizations, requests, and other entities |
|
id |
- |
replace |
ETL budget data for request funding sources with comprehensive financial details |
|
id |
- |
replace |
ETL budget data for request transaction funding sources including payment tracking |
|
id |
- |
replace |
Tax-exempt organization data including EIN, classification, and financial information |
|
id |
- |
replace |
City geographic data with coordinates and postal codes |
|
id |
- |
replace |
County geographic data with FIPS codes |
|
id |
- |
replace |
Geographic places with ancestry and location data |
|
id |
- |
replace |
Geographic regions |
|
id |
- |
replace |
State geographic data with abbreviations and FIPS codes |
|
id |
- |
replace |
Grant applications and requests with comprehensive details (300+ fields) |
|
id |
- |
replace |
Budget category definitions used by grantees for expense tracking |
|
id |
- |
replace |
Budget tracking documents for grantee financial management |
|
id |
- |
replace |
Time periods for budget tracking with start and end dates |
|
id |
- |
replace |
Budget data entries for specific tracking periods |
|
id |
- |
replace |
Actual expenses and amounts recorded for budget tracking periods |
|
id |
- |
replace |
Individual budget line items and categories within budget trackers |
|
id |
- |
replace |
Integration and system logs for tracking data processing and errors |
|
id |
- |
replace |
Dynamic financial audit models with audit tracking, compliance status, and financial variance analysis |
|
id |
- |
replace |
Dynamic Monitoring, Evaluation & Learning (MEL) models with performance indicators, baseline tracking, and evaluation metrics |
|
id |
- |
replace |
Dynamic tool management models for tracking deployment status, usage metrics, and tool effectiveness |
|
id |
- |
replace |
Machine category definitions for workflow state management |
|
id |
- |
replace |
Model attribute values with hierarchical data and dependencies |
|
id |
- |
replace |
Document metadata including file information, storage details, and document relationships |
|
id |
- |
replace |
Document sub-type definitions and categories |
|
id |
- |
replace |
Document type configurations including DocuSign integration and permissions |
|
id |
- |
replace |
Model themes for categorization and program hierarchy organization |
|
id |
- |
replace |
Organizations (grantees, fiscal sponsors, etc.) with contact information and tax details |
|
id |
- |
replace |
Population estimates by geographic area with demographic data |
|
id |
- |
replace |
Yearly population estimates with income and demographic breakdowns |
|
id |
- |
replace |
Funding programs and initiatives |
|
id |
- |
replace |
Reports submitted for grants |
|
id |
- |
replace |
Financial transactions and payments |
|
id |
- |
replace |
Funding source details for specific request transactions |
|
id |
- |
replace |
Relationships between requests and users with roles and descriptions |
|
id |
- |
replace |
Salesforce authentication configurations with OAuth tokens, connection management, and API usage tracking |
|
id |
- |
replace |
Third level of program hierarchy describing high-level goals of philanthropy efforts |
|
id |
- |
replace |
Sub-initiatives for detailed planning |
|
id |
- |
replace |
Sub-programs under main programs |
|
id |
- |
replace |
User interface version information and system configuration |
|
id |
- |
replace |
User accounts and profiles |
|
id |
- |
replace |
Relationships between users and organizations with roles, departments, and contact details |
|
id |
- |
replace |
Affiliate Type management and tracking |
|
id |
- |
replace |
Aha Requirements Tickets management and tracking |
|
id |
- |
replace |
Alert management and tracking |
|
id |
- |
replace |
Alert email configurations and templates for notification delivery |
|
id |
- |
replace |
Alert Email User management and tracking |
|
id |
- |
replace |
Alert Model Log management and tracking |
|
id |
- |
replace |
Alert Recipient management and tracking |
|
id |
- |
replace |
Alert Transition State management and tracking |
|
id |
- |
replace |
Bank Account management and tracking |
|
id |
- |
replace |
Budget Request management and tracking |
|
id |
- |
replace |
Card Configuration management and tracking |
|
id |
- |
replace |
Census Code Result management and tracking |
|
id |
- |
replace |
Census Config management and tracking |
|
id |
- |
replace |
Claim Expense Row Document management and tracking |
|
id |
- |
replace |
Clean Calculation management and tracking |
|
id |
- |
replace |
Client Configuration management and tracking |
|
id |
- |
replace |
Client Store management and tracking |
|
id |
- |
replace |
Client Store Dashboard Group management and tracking |
|
id |
- |
replace |
Clone Ancestry management and tracking |
|
id |
- |
replace |
Code Block Conversion management and tracking |
|
id |
- |
replace |
Coi management and tracking |
|
id |
- |
replace |
Compliance Checklist Item management and tracking |
|
id |
- |
replace |
Config Model Document management and tracking |
|
id |
- |
replace |
Configuration Value management and tracking |
|
id |
- |
replace |
Cpi management and tracking |
|
id |
- |
replace |
Dashboard Group management and tracking |
|
id |
- |
replace |
Dashboard Template management and tracking |
|
id |
- |
replace |
Demographic Category management and tracking |
|
id |
- |
replace |
Demographic Item management and tracking |
|
id |
- |
replace |
Document management and tracking |
|
id |
- |
replace |
Docusign Token management and tracking |
|
id |
- |
replace |
Email User management and tracking |
|
id |
- |
replace |
Expirable Token management and tracking |
|
id |
- |
replace |
Extract Format management and tracking |
|
id |
- |
replace |
Favorite management and tracking |
|
id |
- |
replace |
Field List management and tracking |
|
id |
- |
replace |
Filter management and tracking |
|
id |
- |
replace |
Form management and tracking |
|
id |
- |
replace |
Form Element management and tracking |
|
id |
- |
replace |
Fund management and tracking |
|
id |
- |
replace |
Fund Docket management and tracking |
|
id |
- |
replace |
Fund Line Item management and tracking |
|
id |
- |
replace |
Funding Source management and tracking |
|
id |
- |
replace |
Funding Source Allocation management and tracking |
|
id |
- |
replace |
Funding Source Allocation Authority management and tracking |
|
id |
- |
replace |
Funding Source Forecast management and tracking |
|
id |
- |
replace |
Fx Conversion management and tracking |
|
id |
- |
replace |
Fx Type management and tracking |
|
id |
- |
replace |
Generic Template management and tracking |
|
id |
- |
replace |
Geo Country management and tracking |
|
id |
- |
replace |
Geo Place Relationship management and tracking |
|
id |
- |
replace |
Grant Outcome management and tracking |
|
id |
- |
replace |
Grant Outcome Progress Report management and tracking |
|
id |
- |
replace |
Grant Outcome Progress Report Row management and tracking |
|
id |
- |
replace |
Grant Outcome Row management and tracking |
|
id |
- |
replace |
Grant Output management and tracking |
|
id |
- |
replace |
Grant Output Period management and tracking |
|
id |
- |
replace |
Grant Output Period Datum management and tracking |
|
id |
- |
replace |
Grant Output Progress Report management and tracking |
|
id |
- |
replace |
Grant Output Progress Report Datum management and tracking |
|
id |
- |
replace |
Grant Output Row management and tracking |
|
id |
- |
replace |
Grantee Budget management and tracking |
|
id |
- |
replace |
Grantee Budget Category Group management and tracking |
|
id |
- |
replace |
Grantee Budget Category Group Relationship management and tracking |
|
id |
- |
replace |
Grantee Budget Tracker Period Amendment management and tracking |
|
id |
- |
replace |
Grantee Whitelist management and tracking |
|
id |
- |
replace |
Group management and tracking |
|
id |
- |
replace |
Group Member management and tracking |
|
id |
- |
replace |
Gs Stream management and tracking |
|
id |
- |
replace |
Gs Stream Document management and tracking |
|
id |
- |
replace |
Gs Stream Gs Tag management and tracking |
|
id |
- |
replace |
Gs Stream Request management and tracking |
|
id |
- |
replace |
Gs Tag management and tracking |
|
id |
- |
replace |
Indicator management and tracking |
|
id |
- |
replace |
Integration Filter management and tracking |
|
id |
- |
replace |
Job management and tracking |
|
id |
- |
replace |
Language management and tracking |
|
id |
- |
replace |
Login Attempt management and tracking |
|
id |
- |
replace |
Loi management and tracking |
|
id |
- |
replace |
Machine Event management and tracking |
|
id |
- |
replace |
Machine Event From State management and tracking |
|
id |
- |
replace |
Machine Event Role management and tracking |
|
id |
- |
replace |
Machine Model Type management and tracking |
|
id |
- |
replace |
Machine State management and tracking |
|
id |
- |
replace |
Machine State Category management and tracking |
|
id |
- |
replace |
Machine State Group management and tracking |
|
id |
- |
replace |
Machine Workflow management and tracking |
|
id |
- |
replace |
Machine Workflow Fork management and tracking |
|
id |
- |
replace |
Matching Gift Profile management and tracking |
|
id |
- |
replace |
Mention management and tracking |
|
id |
- |
replace |
Migrate Row management and tracking |
|
id |
- |
replace |
Migration management and tracking |
|
id |
- |
replace |
Migration Config management and tracking |
|
id |
- |
replace |
Migration Config Column management and tracking |
|
id |
- |
replace |
Migration Config Model management and tracking |
|
id |
- |
replace |
Migration Config Model Link management and tracking |
|
id |
- |
replace |
Migration File management and tracking |
|
id |
- |
replace |
Model Attribute management and tracking |
|
id |
- |
replace |
Model Attribute Choice management and tracking |
|
id |
- |
replace |
Model Clone Configuration management and tracking |
|
id |
- |
replace |
Model Document Dynamic Recipient management and tracking |
|
id |
- |
replace |
Model Document Master management and tracking |
|
id |
- |
replace |
Model Document Sign management and tracking |
|
id |
- |
replace |
Model Document Sign Envelope management and tracking |
|
id |
- |
replace |
Model Document Template management and tracking |
|
id |
- |
replace |
Model Email management and tracking |
|
id |
- |
replace |
Model Method management and tracking |
|
id |
- |
replace |
Model Summary management and tracking |
|
id |
- |
replace |
Model Validation management and tracking |
|
id |
- |
replace |
Model Validation Field management and tracking |
|
id |
- |
replace |
Modification management and tracking |
|
id |
- |
replace |
Multi Element Choice management and tracking |
|
id |
- |
replace |
Multi Element Group management and tracking |
|
id |
- |
replace |
Multi Element Value management and tracking |
|
id |
- |
replace |
Note management and tracking |
|
id |
- |
replace |
Ofac Person management and tracking |
|
id |
- |
replace |
Organization Connection Request management and tracking |
|
id |
- |
replace |
Outcome management and tracking |
|
id |
- |
replace |
Periodic Sync management and tracking |
|
id |
- |
replace |
Perishable Token management and tracking |
|
id |
- |
replace |
Permission Delegator management and tracking |
|
id |
- |
replace |
Persona management and tracking |
|
id |
- |
replace |
Post management and tracking |
|
id |
- |
replace |
Post Relationship management and tracking |
|
id |
- |
replace |
Post View management and tracking |
|
id |
- |
replace |
Primary Contact Tenure management and tracking |
|
id |
- |
replace |
Program Budget management and tracking |
|
id |
- |
replace |
Project management and tracking |
|
id |
- |
replace |
Project List management and tracking |
|
id |
- |
replace |
Project List Item management and tracking |
|
id |
- |
replace |
Project Organization management and tracking |
|
id |
- |
replace |
Project Request management and tracking |
|
id |
- |
replace |
Project User management and tracking |
|
id |
- |
replace |
Real Me Invitation management and tracking |
|
id |
- |
replace |
Realtime Update management and tracking |
|
id |
- |
replace |
Recommendation Email management and tracking |
|
id |
- |
replace |
Reduce Indexing Record management and tracking |
|
id |
- |
replace |
Relationship management and tracking |
|
id |
- |
replace |
Relationship Schema Mapping management and tracking |
|
id |
- |
replace |
Request Amendment management and tracking |
|
id |
- |
replace |
Request Amendment Model Themes management and tracking |
|
id |
- |
replace |
Request Evaluation Metric management and tracking |
|
id |
- |
replace |
Request Funding Source management and tracking |
|
id |
- |
replace |
Request Geo State management and tracking |
|
id |
- |
replace |
Request Organization management and tracking |
|
id |
- |
replace |
Request Outcome management and tracking |
|
id |
- |
replace |
Request Program management and tracking |
|
id |
- |
replace |
Request Recommendation management and tracking |
|
id |
- |
replace |
Request Recommender management and tracking |
|
id |
- |
replace |
Request Regrant management and tracking |
|
id |
- |
replace |
Request Review management and tracking |
|
id |
- |
replace |
Request Review Set management and tracking |
|
id |
- |
replace |
Request Reviewer Assignment management and tracking |
|
id |
- |
replace |
Role management and tracking |
|
id |
- |
replace |
Role User management and tracking |
|
id |
- |
replace |
Section management and tracking |
|
id |
- |
replace |
Segment management and tracking |
|
id |
- |
replace |
Segment Tag management and tracking |
|
id |
- |
replace |
Shared Card management and tracking |
|
id |
- |
replace |
Sms Log management and tracking |
|
id |
- |
replace |
Spending Forecast management and tracking |
|
id |
- |
replace |
Sphinx Check management and tracking |
|
id |
- |
replace |
Stencil management and tracking |
|
id |
- |
replace |
Stencil Book management and tracking |
|
id |
- |
replace |
Stencil Book Page management and tracking |
|
id |
- |
replace |
Stencil Form management and tracking |
|
id |
- |
replace |
Sub Model management and tracking |
|
id |
- |
replace |
Table View management and tracking |
|
id |
- |
replace |
Table View Favorite management and tracking |
|
id |
- |
replace |
Tag management and tracking |
|
id |
- |
replace |
Tagging management and tracking |
|
id |
- |
replace |
Transaction Report Dependency management and tracking |
|
id |
- |
replace |
Translator Assignment management and tracking |
|
id |
- |
replace |
Translator Language management and tracking |
|
id |
- |
replace |
User Email management and tracking |
|
id |
- |
replace |
User Permission management and tracking |
|
id |
- |
replace |
User Profile management and tracking |
|
id |
- |
replace |
User Profile Rule management and tracking |
|
id |
- |
replace |
User Segment Tag management and tracking |
|
id |
- |
replace |
Webhook Subscription management and tracking |
|
id |
- |
replace |
Wiki Document management and tracking |
|
id |
- |
replace |
Wiki Document Template management and tracking |
|
id |
- |
replace |
Work Task management and tracking |
|
id |
- |
replace |
Workflow Event management and tracking |
|
id |
- |
replace |
Zenith User Configuration management and tracking |
Use these as --source-table parameter in the omniload ingest command.
Field Selection¶
Each resource contains numerous fields. You can:
Ingest all fields: Use the resource name directly (e.g.,
grant_request)Select specific fields: Use colon syntax (e.g.,
grant_request:id,name,amount_requested)
The field selection feature is particularly useful for large resources like grant_request which has over 300 fields.
Authentication¶
Fluxx uses OAuth 2.0 with client credentials flow. To obtain credentials:
Contact your Fluxx administrator to create an API client
You’ll receive a
client_idandclient_secretNote your Fluxx instance subdomain (the part before
.fluxxlabs.com)