Ok, our company uses something called Samsara. No connector exists in Domo. Samsara allow users to access reports via an API. They have provided me a token. Their documentation states:
Authentication to the API is performed via HTTP Basic Auth. Provide your API token as the basic access_token value in the URL. You do not need to provide a password.
Do I create an Connector IDE? If so, what configuration do I use?
1. None
2. Username and Password
3. API Key
4. OAuth 2.0
And where the heck do I use this script?
https://api.samsara.com/<version>/<endpoint>?access_token={{access_token}}