How to export/sync with third-party tools? #3150
Unanswered
julianwitzel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to import all data from our Umami pages to Airtable where a lot of our other data lives.
Right now we tried setting up a simple time triggered automation in Make.com to make an API call to our custom endpoint and retrieve all websites. After that iterate over the array of pages and perform a sequence of API calls to get the data for /stats, /metrics?type=X and /events. To me this seems like a lot of calls for just a single website (around 8).
Is there a better way of achieving the same thing (daily export of Umami statistics to Airtable or other service via API)?
Beta Was this translation helpful? Give feedback.
All reactions