-
Domo Twitter Advanced Connector is down
Hi! Our twitter advanced connector is down and we got this error message below. Does anyone know how to fix it? Thank you so much! "Domo is ready, but Twitter returned You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this…
-
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.…
-
No Access issue on API Tokens
I have generated client secret and ID using my admin access domo account. But when I try to access the embedded dashboard with programmatic filtering in PHP Laravel, I am getting the following error, "You don't have access to any role/module. Please contact your company admin." I want to get an embedded dashboard with some…
-
Add ability to revoke embed tokens for security reasons
We are using the following apis to generate embedTokens, and while we can set the sessionLength to shorten session time, we do not see a way to revoke the token when a user has logged out. Our security folks are asking us to revoke the Domo embedTokens. Please add the ability to do this to improve security. We are not yet…
-
Average Runtime - Connectors
It would be great when using connectors to have an average runtime for that connector based on DOMO usage. This will allow people to understand the estimated time it takes for that connector to run, especially on initial set-up, so a user is not waiting to see if the initial data pull is precisely what they expect.
-
Is there a way to pass in a body to an HTTPS GET request within the Domo Connector IDE?
In Domo's Custom Connector documentation, they talk about the 'httprequest.get(url)' funtion (see here: ). Unlike PUT and POST, there is no argument available to supply a body to the GET request. Is this a missing functionality, or am I supposed to pass in the body a different way? Without this, there are several API…
-
How can I add to a dataset previously created using the DOMO Python SDK?
I am using the Python SDK to upload csv data to domo. I have been using the dataset.py methods and have been successful in getting my data to my domo domain. Although, everytime I upload a csv, it will create a new dataset. How can I make it so that my data is added to a previously created dataset?
-
Color rules in Domo Phoenix
Hi all, I am using the DDX Phoenix Scatter Plots App and wanted to apply some color rules like you do in a regular card in Analyzer. I was looking at the documentation but it is only shown how to change the color palette, not how to apply color rules (ex: if Metric < 1 then red else green). Do you have any suggestion?…
-
How to pull data in DOMO from an API endpoint
Hi, We have a usecase where we want to pull calculated values (and not persisted database values) by an external system into DOMO. The calculated value is not persisted in the external SQL system and DOMO cannot do the calculation using raw data. Eg. we want to pull effective price of items where the prices are a complex…
-
How to Connect NSS APIs to DOMO
Most of the Security Apps have secure API with OAuth2 and i having issues with connecting with DOMO JSON connector apps as they take SFTP server and the API are using NSS. Can you tell me a way i can connect these API to DOMO
-
How come I cant access Domo through the API?
It was working fine before, I get authorized but now my python script is giving me a 403 status ("Forbidden" error) when trying to retrieve a dataset out of Domo. Is there a rate limit I'm hitting? Quite confused. Any assistance is welcome.
-
Any way to export filters themselves?
I am trying to build a report using pydomo and the Domo API connection but the challenge I have is that I can get the whole dataset but can't get the filtering to match what we need. I wasn't sure if I am missing some way to export the filters themselves so I can directly add it into my code. I have been provided a handful…
-
A way to identify/report on hidden datasets
Found out that when users add certain full service apps from the appstore to your instance, it can result in "hidden datasets" existing in your platform. These datasets aren't visible in the datacenter, nor do they appear on any Domostats reports. Per support, Domo has an api endpoint that can be searched by dataset owner…
-
Does the API's dataset/export method work?
I'm building a PHP client library for Domo, and I'm currently having trouble with one of the endpoints. Specifically: API Docs: Endpoint: /v1/datasets/{dataset_id}/data Method: GET According to the documentation, if I call that endpoint with the GUID of a dataset, it should return CSV content to me in the response body.…
-
How to Setup UKG Connector?
Hello, We are trying to use the UKG connector, but it is not clear what all the fields are. Username: I assume this is a service account name? Password: I assume this is the service account password? Client Access Key: Not sure where to find this. User Access Key: Is this generated by the user account in UKG? Service Host…
-
Metadata through API
Hi! Is it possible to retrieve dataset column description and tags through the API (or PyDomo or rdomo)? Thanks, Carlos
-
Unable to delete PDP policy in a dataset using API
Hi, I'm new to using APIs to interact with DOMO PDP policies, so I've follow instructions 1/ Create a client in 2/ Install pydomo Python package 3/ Run Python code from pydomo import Domo from pydomo.datasets import Policy, PolicyFilter, FilterOperator, PolicyType, Sorting domo =…
-
Integrating different social media platforms reporting
Is there a way I can extract data/metrics from all social media accounts (LinkedIn, Facebook, Youtube) together? I use connectors to extract data individually from each social media connecter. But getting all metrics in one Dataset can be helpful in getting a better visual view.
-
Domo API to MS-SQL
I tried unsuccessfully to find an example of pulling a Domo dataset directly to MS-SQL via the API. So I created my own. I am not a python coder but my script works just fine. Does anyone have a version of this subroutine that does not require defining the column names (ie header)? #Retrieve dataset from Domo API def…