Welcome to the Mixed Analytics community!
Feel free to ask questions, share what you're building, or make feature requests. All questions answered!
Welcome to the Mixed Analytics community!
Feel free to ask questions, share what you're building, or make feature requests. All questions answered!
Topics, recently active first | Category | Users | Replies | Activity |
---|---|---|---|---|
New feature: XML support Dust off your antique APIs, API Connector now supports XML format! XML isn't that popular anymore, but some of the older APIs still use it, so this should be convenient for those who need it. This is available for both free and paid versions of API C... | Announcements | A | 0 | 2021-10-17 09:45:21.089Z |
New feature: metadata in request list The requests in the request list now show some extra metadata on hover: API request hostname last refresh timestamp (in sheet timezone) originally posted 2021-10-17 | Announcements | A | 0 | 2021-10-17 09:20:39.744Z |
New feature: set a destination cell You can now set a destination cell for your data instead of importing data to cell A1 only. One of the main benefits is that you can keep calculations and formulas on the left-hand side of your sheet, then pull in data to the right of them so they do... | Announcements | A | 0 | 2021-10-17 09:19:24.638Z |
New feature: API Library We've added a built-in library that includes hundreds of commonly used API URLs. To access the library, simply open API Connector and enter a keyword into the API URL field. You may search on API name, description, or authorization type. When you cli... | Announcements | A | 0 | 2021-10-17 09:18:19.199Z |
Fixed API Connector's longest-standing bug (Ahrefs) Last year, someone on this subreddit requested an integration with Ahrefs. We published the Ahrefs integration a month or two later, in August 2020, which is almost exactly one year ago. Yesterday, I found out it doesn't work ๐คฆ It never has ๐. I di... | Announcements | A | 0 | 2021-10-17 09:17:12.411Z |
New feature: preview API responses When you run an API request in API Connector, the API generally responds with data in JSON, XML, or CSV format. API Connector converts this data into a table so that you can view it in your sheet. However, in some cases it's useful to see the origina... | Announcements | A | 0 | 2021-10-17 09:15:25.267Z |
New connections: Google Calendar, Classroom, PageSpeed Insights, and Search Console We've added new built-in OAuth2 connections for several Google products: Calendar, Classroom, PageSpeed Insights, and Search Console. They can be accessed via the Connection Manager (Add-ons > API Connector > Manage Connections). Please try them out ... | Announcements | A | 0 | 2021-10-17 09:14:08.048Z |
New features: pretty headers & PATCH/DELETE methods We've made a couple of small but nice updates: Truncate headers: under Output Options, there's now an option to truncate headers. This makes the header row prettier by truncating paths. For example, if the original header was "campaigns ยป groupId", c... | Announcements | A | 0 | 2021-10-17 09:13:02.706Z |
New feature: upgraded customer portal We've upgraded our customer portal! Now, instead of requesting an access code through the website, simply open Sheets and navigate to Add-ons > API Connector > Account. The upgraded customer portal enables the following features: Cancel plan Upgrade ... | Announcements | A | 0 | 2021-10-17 09:11:37.795Z |
New connections: Zoho CRM + Google Ads We've added new built-in OAuth2 connections for Zoho CRM and Google Ads. They can be accessed via the Connection Manager (Add-ons > API Connector > Manage Connections). Please try them out and let us know if you have any feedback or questions. Connec... | Announcements | A | 0 | 2021-10-17 09:10:24.586Z |
Explain icons... | ||||
Changelog: Updates, bug fixes, and small new features Besides adding new features, we're always polishing the edges to make API Connector run more smoothly. Here's a summary of recent updates/fixes that weren't large enough to get their own announcement: Updated JMESPath input field to allow referencing... | Announcements | A | 0 | 2021-10-17 09:09:19.412Z |
New feature: API request logging You can now store a complete log of your API requests and whether they completed successfully or not. This is useful for troubleshooting scheduled requests or identifying issues when you run a batch of requests together. The log contains the timestam... | Announcements | A | 0 | 2021-10-17 09:07:53.238Z |
New feature: stacked POST requests Working with APIs often requires looping through a set of endpoints to collect all the data you need, so API Connector provides the ability to "stack" request URLs and cycle through them as a block. While stacking URLs works for GET requests, we've n... | Announcements | A | 0 | 2021-10-17 09:06:39.635Z |
New feature: import curl commands If you check any API documentation, you'll likely notice many APIs provide sample requests as curl commands, which is a method of interacting with APIs via the command line. You can now copy and import these curl commands directly into API Connector ... | Announcements | A | 0 | 2021-10-17 09:04:47.728Z |
New feature: log request URLs This feature lets you print your request URL into your response sheet. This is useful in cases where the request URL itself contains some important metadata that isn't available from the API response. For example, consider the URL https://api.com/v2/... | Announcements | A | 0 | 2021-10-17 09:03:30.519Z |
New feature: custom OAuth2 connections Most APIs let you connect through an API key, which is like a password. However, some APIs only allow connecting through OAuth2, which is a more secure (and complex) method of authentication/authorization that works through a process of exchanging an... | Announcements | A | 0 | 2021-10-17 09:02:16.292Z |
New feature: trigger ordering This much-requested feature allows you to set the order that triggers execute, so you can run scheduled requests in a sequence. Example use cases: Get a fresh access token, and then use that token to populate your request URL Pull a list of new playe... | Announcements | A | 0 | 2021-10-17 09:01:08.744Z |
New feature: grid style JSON API responses typically contain nested tree-like data rather than the flat row-column output used in spreadsheets. Therefore the API Connector add-on provides several built-in algorithms to convert JSON responses into a tabular format for Google... | Announcements | A | 0 | 2021-10-17 08:59:39.418Z |
New feature: auto basic authentication Basic authentication is a simple API authentication scheme that works by adding a Header Key of "Authorization", and a Value of "Basic + username:password", where username:password is encoded to base 64. I noticed a few authentication-related error m... | Announcements | A | 0 | 2021-10-17 08:58:35.942Z |
New feature: advanced scheduling Business plan users can now choose to refresh their requests on a 1, 3, 6, or 12 hour basis. These new options are useful for cases where requests need to be triggered more frequently than daily but not as often as every hour. As a best practice, alw... | Announcements | A | 0 | 2021-10-17 08:55:14.794Z |
New feature: PUT support In general, GET is for getting data into your sheet (makes sense). POST is for creating new records, and PUT is for updating data that already exists. There are already some interesting use cases for this; one of API Connector's users messaged me to ... | Announcements | A | 0 | 2021-10-17 08:53:45.539Z |
New feature: OAuth2 connections API Connector now supports OAuth 2.0 integrations for Business plan users. OAuth2 integrations have been enabled for Github, Harvest, and Quora Ads (more platforms coming soon). Why OAuth2? While most APIs enable access through API keys, there are qu... | Announcements | A | 0 | 2021-10-17 08:36:06.214Z |
New feature: base requests on a range of cells When running requests, it can be useful to run through a list of cells to hit different endpoints. For example, if you were querying stock quotes, you may have to hit a different endpoint for each request, like this: /api/quote/AAPL /api/quote/GOOG /... | Announcements | A | 0 | 2021-10-17 08:35:12.250Z |
Welcome to the Mixed Analytics forum This is the place for you to discuss APIs, Google Sheets, and our add-ons for Google Sheets: API Connector and Archive Data. | General | A | 0 | 2021-10-04 14:31:32.022Z |