-
JSON Connector that allows for entire dynamically constructed url?
I am trying to use the JSON No Code connector to dynamically pull data from another website. I've used this for other purposes successfully, but am running into an issue with the way the Domo connector inserts a "/" or "?=" in the url under the dynamic url and dynamic parameters settings. If I use the static url option, it…
-
JSON Dynamic Body
I'm liking the JSON Low Code OAuth connector, especially the dynamic parameters and looping option. Problem is, we need to post a body with dynamic values. Seem like the dynamic parameter capability could be extended to do token replacement in the body content as well.
-
Integrating with BlueCherry ERP
Hello Domo Community,I am reaching out to see if any fellow Domo users have experience integrating with CGS's BlueCherry platform. Specifically, I'm interested in understanding: Successful Integration Stories: Have you successfully integrated Domo with BlueCherry? If so, could you share how you approached the integration?…
-
Json Connector to only run when data is pushed to it.
Currently, there is no option to change the schedule for the JSON WebHook connector. Since this impacts the billing when the connector is running every 15 minutes regardless if data is pushed to it, I'm suggesting an option to toggle when we want the json connector to only run when data is pushed to it.
-
Custom Connector Load Pages - Sample code?
I am building a custom connector and have managed to get it to get the data a parse (excluding columns which contain gaps). the data I have got so far though is page 1 of 51. Is there any sample code which can cycle around pulling in all the pages of data i.e. mine so far is: else if (metadata.report == "Vulnerabilities"){…
-
Create a JSON API with Domo
Has anyone had any success in using Domo to build an API for external system to connect to receive structured JSON data? The JSON writeback connector KIND OF handles the PUSH component, but it is severely limited by its 100 row output limitation. And for GET requests, it seems the Domo API outputs data in its own format…
-
JSON Connector with JWT
I’m hoping to pull in some data from Prisma, they have a pretty standard API pass a username and password to /login get back a JWT token and then put that token in all further calls in a custom header field and have to login again after 10 mins. The main API is JSON (with quite a few arrays inside arrays) I notice a couple…
-
Unleashed connector
Hi I am new to Domo and would like to use the connector for Unleashed however it doesn't have the option to pull in the Sales Quotes table. Can this be added to the Unleashed connector as it is available through Unleashed's API? If not, can I use the JSON connector to retrieve this table and if so, can you please provide…
-
Add a Header Option in the JSON Writeback Connector
I have a situation where a client wants us to post data from a dataset to their webhook but it needs custom headers so I can supply an API key. The JSON writeback connector doesn't have any custom header configuration options as part of the connector setup. I also explored using the JSON No Code connector to post data, but…
-
Maintain Input DataSets when Pasting Copied Magic ETL Tiles
Currently, when copy and pasting Magic ETL tiles between flows, input tiles are scrubbed and become a plain input tile without a DataSet selected. I understand why you'd want to scrub this if pasted in the same flow, but it should be maintained when pasting in a different flow. This should be relatively easy to implement…
-
Maintain tile position when copy and pasting Magic ETL tiles
When working with large enough groupings of tiles, or groupings near the bottom of the canvas in Magic and copy/pasting, there is a tendency for tiles being pasted on the canvas to be squished into the bottom. This can be a pain to untangle and reposition the grouping. It would be helpful if by default or through maybe a…
-
Upload large JSON files
I have a JSON file located in a google drive folder, the file is 12GB so is too large to use the file upload connector. Is there a workaround on this to be able to upload the JSON file into Domo whether is directly from the computer or importing it from google drive?
-
JSON No Code Connector - Base64 Encode and Basic Authentication?
Hi All, Does anyone know how to use the JSON No Code (or any of the JSON connectors, really) to do basic authentication via a client id and secret where the client id/secret are base64 encoded? Based on the API documentation, I need to pass the following header where the client id:secret string is base64 encoded.…
-
No Code JSON - Upload File Containing JSON Data
I am getting the below error message when trying to manually import a JSON file using the no-code JSON connector. "Domo is ready, but there was an error parsing an expected JSON response from the API. Please check that the API is returning the expected data" I am using a JSON account with no parameters other than the name…
-
S3 Advanced Connector Not Loading JSON Files
I'm trying to automatically load all files ending in ".json" from an S3 bucket using the S3 Advanced Connector. However, no data is loading. I set the File Name field to ".json" and the File Name Match Type to "File name contains the specified string." I have no problem reading individual files from this bucket without a…
-
DDX Form and Dataset Brick
Hello I want to use this brick: However ' Sync Now ' button does not trigger any action…my web_form does not gather any input. SyncToDataset is set to 'true'. Any thoughts?
-
Missing Pagination Query Params for JSON Connector
Hi I am trying to add pagination to a dataset using the JSON Connector. Domo will show a nice preview URL with the pagination query parameters added to the URL, but when I press 'test' and view our server logs, the API call is made without pagination parameters. If I hardcode query parameters under Settings → Data…
-
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
-
No Code JSON Connector - Expecting a XML URL?
Hello Everyone, I started encountering this issue while using the No Code JSON Connector. "Domo is ready, but received no data from the provided XML URL. Please check the provided XML URL or even try limiting the returned data." Is there a reason DOMO started expecting XML instead of a JSON URL?
-
GET private aws s3 json obj in the 'JSON No Code OAuth' or 'JSON No Code' Connector
Hi everyone. I am looking to get a private aws s3 json file in the 'JSON No Code OAuth' or 'JSON No Code' Connector but haven't been able to figure out the authentication to aws. Has anyone successfully done this? Any ideas on how to do this?
-
Brick with Ten Datasets Question
Hey all, In the template for the "Brick with Ten Datasets", is there more specific documentation on the queries used to pull summary info into the card? For example, the https://developer.domo.com/docs/dev-studio-guides/data-queries link is provided as documentation for the code snippet below but there isn't even a…
-
Allow empty datasets with future date ranges
We pull two years transactions plus the current year from an api using JSON connectors. I've found it more reliable and efficient to break the data into smaller pieces. For the past years, I have created a connector for each - refreshed once per month. For the current year, I am splitting the year into Q1, Q2, Q3, and Q4.…
-
Creating an HMAC and pushing data to a JSON Webhook connector with a secret applied
It can be a little confusing when trying to setup the JSON Webhook connector with a secret applied and push data successfully. The biggest hurdle can often be creating the HMAC to pass in through the header. Depending on the source that you're pushing from or what programming language you're using will change the setup…