-
Precision Loss With Dataset APIs
Hi folks, I'm hoping to get some pointers on getting precise decimal data while using the Dataset export API. I ran a request to retrieve data for a dataset on my domo instance using the API docs and was able to get my file downloaded onto my notebook. However I'm noticing that the decimal fields seem to only be returning…
-
API Tokens - Tracking Usage / Governance
From a security standpoint it'd be great to see when / where an API Token is being used. Alternatively give the activity log have a flag that a token was used vs a user logged in the system. When someone leaves there's no easy way to track which APIs are used and what needs to be changed.
-
API Authentication Access Token Expiration Time
After issuing a request for an access token, what measurement is the expires_in data expressed in? Minutes? Seconds? Example Response: { "access_token": "whatever", "customer": "acmecompany", "expires_in": 3599, "jti": "81dece4c-df73-4569-853c-2d1a328897fd", "role": "Admin", "scope": "data user", "token_type": "bearer",…
-
routing ETL failures through zapier
Is it possible to send ETL failure messages to Slack using Zapier or a similar service?
-
Update all attributes(department, title..etc) of User API
With the dynamic groups being able to pick the users automatically through user attributes, it is very convenient if we can automatically change the values of user attributes, example, department. set department through API→ pick that department and set to dynamic group, with such dep name,, I badly need this now actually..
-
AppDB API Bulk Document Request - Size and Rate Limits
What are the constraints around usage of the bulk document create/upsert/delete requests in the AppDB API? I've run into a handful of errors with these endpoints that appear to not occur when I shrink the request body or querystring length below some magical threshold. Knowing the size or rate limits for these API…
-
data/v1 endpoint - Filter on columns and values with spaces in their names
Is it possible to filter results on the data/v1 endpoint with columns or values that have spaces in their names? I've tried every combination imaginable to get results for a column named Spend Category, but continuously get this 400 error. Filtering results with columns and values that don't have spaces works as expected.…
-
Action Type Query Parameter
Currently working the audit API and noticed that I cannot add actionType as a query parameter. I would like this feature to be added so I am able to pre filter the data prior to download. Thanks!
-
How to retrieve e-mail campaign information via API
Hey all, I have been trying to get information about e-mail campaigns running on my organization's Domo instance. I have been able to find the information needed through a GET request at the following endpoint: https://campaigns-prod.domolabs.io/api/v1/email/campaigns/ However, I struggle to authenticate correctly. I tried…
-
Indicate in the UI when a dataset ID is being used in an API or writeback EXPORT
Simple idea with a profound impact. Indicate in the datacenter/dataset UI that a specific dataset is being used in an API or writeback EXPORT
-
API Partitioning
Hi all, so I want to use the Domo API's to do partitioning. That is, I want to send data daily, and I do not want the data there to be overwritten. I am trying this but I think it is being overwritten: https://api.domo.com/v1/datasets/{dataset_id}/data?updateMethod=PARTITION Is this the correct way to upload via partition?…
-
uploading data to a dataset - Domo Developer API
I am pretty new to Domo Developer. I would like to use a python script to daily upload data to a dataset. Here is my script. def append_data_to_dataset(dataset_id, dataframe, access_token): """ Append a pandas DataFrame to a Domo dataset. headers = { 'Authorization': f'Bearer {access_token}', 'Content-Type': 'text/csv' }…
-
Can the trade desk connector be used with MFA?
I am trying to set up the trade desk connector. Right now we are using an email connector to get the data into Domo but we have found accuracy issues in this method. I am running into issues with MFA in the connector. Has anyone successfully gotten this connector working with MFA enabled on the trade desk?
-
Support code engine packages in Connector Studio IDE
I recently had a requirement to fetch a file via API, but the file was encrypted. I wanted to create a connector the whole org could use that supported decryption for the source system, but the connector studio was so limited that I ended up using a Jupyter notebook to solve the issue. The problem is now everyone will need…
-
New Relic NQRL Connector not working
I am trying to setup the connector and I have tried all possible combinations of API key and API URL but none seem to work. I have followed the instructions in the documentation () and not even like that. I saw that they move to NerdGraph so I tried their URL as well but no results. Any advice on this one?
-
API failing to share newly created dataset
I have a dataset I am pulling from Domo and splitting into multiple datasets based on a specific field. I am trying to share them with a group as they get created but I am coming across a 404 status error (Path not found). my path is currently https://api.domo.com/v1/datasets/{dataset_id}/sharing. It had worked in the past…
-
Walmart Retail Link Connection into Domo?
Hi, Is anybody connecting to walmart retail link through api perhaps? @Domo, can we please create a connector for this? Best, Paul
-
Trying to call accounts API from brick
I am trying to call the accounts API from a brick in JS. normally call datasets via window.domo. However, no such luck with accounts API. Need to be able to fetch account creds from storage in domo, for use in accessing external APIs. Anyone found a solution for this?
-
Salesforce ExactTarget (Marketing Cloud) Connector - Enhancement
Please make this a searchable list. Even if we are only able to select one Data Extension Object, it's very time consuming to scroll through A-Z
-
Anyone have experience with creating a Kustomer connector?
It would be nice if Domo had a native connector for Domo. I have no idea why our Customer Service team got rid of Zendesk.
-
FileMaker data needed to send to DOMO daily
I am working on sending over records from FileMaker each day on a update frequency. I have an API connection between the two sources but am having trouble finding the best possible method to send data to DOMO every 15 minutes. Right now I am using the import method but it will only replace data and not append. As this is…
-
Can I restrict the datasets that are available to end users accessing Domo via API?
Good evening, I have end users looking to access our data in Domo via API. At the same time, I want to restrict which datasets they have access to. I thought I'd solved this by creating DataSet Views, restricted to the user's particular slice of data (for example, there's a column called "user name" and I filter the…
-
Meltwater Connector Help
Hi All, any helpful tips for connecting to Meltwater data? It already seems like the connector is limited to fetching aggregated results instead of results by earned mention. There is an option to retrieve by "One-Time Export", but this is blank for me. Any help appreciated. Paul
-
How to connect GiveCloud to Domo using their API?
Hi there! We are looking for some support connecting GiveCloud (hosts Donor info) to Domo using their API for an organization that is part of our Domo for Good program. The organization is Rising Star Outreach and the volunteer supporting them is John Le at Dashboard Dudes @DashboardDude. We checked to see if there were…
-
Disable Automatic Archiving for "Inactive" Datasets on Individual Basis
Domo will archive inactive datasets if they have not been accessed in over 30 days. Domo defines "accessed" as not being "used and viewed regularly in Cards or Dashboards".* We have several datasets that exist for use outside of Domo. These datasets are only accessed via API. This means our datasets will be archived due to…