-
Building custom connectors IT and Infosec systems
Hi, I am trying to build a bunch of custom connectors for various systems. I have built connectors for SentinelOne (updated one I created in a past job) EndOfLifeDate, DMARCLY Abnormal Email. I have had no luck with the existing JIRA connector so I am looking at creating my own JIRA connector but also creating connectors…
-
Parse data with no header
I have an API which pulls in data {"name":["details"],"name":["details"],"name":["details"],"name":["details"],.. If I MagicParse this I just get ONE long row with these details. What I am after is 2 columns of Name and Details. I have parsed the data and added the columns titles but how do I reference the data? for(var…
-
Domo Connector trap errors
I have created a connector which works fine in Dev and has no problems when creating a dataset from Dev - however when I publish it I get error 'An error occurred during processing: Domo is ready, but the script has errors: "SyntaxError: Unexpected token < in JSON at position 0"; at line number 7; ' There is no problem…
-
Custom JIRA connector
I have tried using the inbuild JIRA connector but I believe our businesses JIRA has customfields which means I cant make sense of the data using this connector and get data like this: Therefore I am trying to build my own custom JIRA connector. I am however experiencing issues with the Authentication part. Has anyone else…
-
Scopes required for Google Admin SDK Reports
I am trying to set up the Google Admin SDK Reports connector. The guide gets to the most important part of what 'scopes' you need then gets a bit vague. It does give 2 examples but using them, it doesnt work. I get error 'Failed to authenticate. Verify the credentials and try again. Access denied. You are not authorized to…
-
Anyone using Google Admin Connector
I have tried to set up the Google Admin connector but after authenticating I just get the messgae "This app is blockedThis app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access." What do I need to do within Google in order to allow this?
-
Can i find self published connector?
I created a new connector and self published however when I clicked on the link it didnt load properly. Is there any way to find the self published connector without having to withdraw it and then publish again? I'm asking because this has happened a few times.
-
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"){…
-
Remove milliseconds from date
I am building a connector which requires the date in the API call, however it needs to be format YYYY-MM-DDTHH:MM:SSZ. today = new Date(); provides the date however it also includes milliseconds. How can I get the date without milliseconds or remove them after getting the date? I will then also need to remove 30 days as I…
-
Domo blocked by cloudflare
I am trying to build a new connector but keep getting error code 1010 when trying to authenticate. I have found that it appears to be the service I am trying to connect into are using cloudflare which is blocking DOMO. I have tried a few work arounds (adding things to the headers eg) and get different messages but no…
-
ETL output to Google Workspace
I have one department who just need an ETL tool with no dashboards eg. I know I can get files from google Workspace, do the ETL magic to them - but then can the output be back to Google workspace?