With Klipfolio, you can connect to almost any data source you can name. Tell us what data sources you connect to and take a look at our integrations list. We have built-in connectors with integrated authentication for many of the most popular services our customers are using. In addition, our flexible platform allows customers to connect to data sources for which we do not yet have built-in connectors.
7 comments
-
Does this include Oauth2? There is no mention of 2 specifically, just references to Oauth. There are differences in the authentication methods and I need to know if KF supports Oauth2.
-
Hi William -
Our OAuth connections have special connectors specific to each service. What service are you trying to connect to which has OAuth 2?
-
Hi Meggan, it is a private business service that uses Oauth2, not publicly available.
-
Anyone have any luck with totango or jobvite? Willing to collaborate with someone..? Or it'd be great if klipfolio could get something built in as well ;)
-
Hello Daniel,
Looks like we can connect to Totango. Authentication is using the API Token. You will need to generate API token in your account under 'User Profile' tab.
More details on creating API key can be found here: http://support.totango.com/hc/en-us/articles/204174125-List-API
Once the API token is generated, you can use it to call query endpoints using Klipfolio's Web Accessible Resource connector. Here are the steps that you can try-
1) From your klipfolio account, Navigate to Library-> Data Sources-> Create a new Data Source.
2) Choose Web Accessible Resource type.
3) Fill in the field-
URL: https://app.totango.com/api/v1/accounts/active_list/1/current.json?length=1000&offset=0
Data Format: JSON
Method: GET
Query Params:
Name: Authorization Value: app-token:<yourToken> Type: Header
** <yourToken> is your actual API token that can be obtained from your account.
** <active_list> is the Totango List ID
Totango also offers Search API endpoints which can be used for searching accounts and users and they seem to use POST methods.
Feel free to contact Klipfolio support (support@klipfolio.com), if you have any further questions/need assistance.
-
Hello Daniel,
Regarding the Jobvite API, I couldn't find their API documentation online. And I came across a Quora post that says - API doc/info can be obtained by contacting their support. More info here: https://www.quora.com/Is-there-a-Jobvite-API
If you already have access to their API doc and if you share it with our support team (support@klipfolio.com), we can try and help you connect to the service.
-