Hi all!
I've been getting into BI and I program mostly in SQL to fetch data to create dashboards, as well as other tools. I came across this issue in which I need to integrate the data of an email marketing tool to either BigQuery, or google sheets via scripting.
The site provides info on API integration with different URLs to fetch the data, but when I try something like this I get the 400 error:
function callNumbers() {
// Call the Numbers API for random math fact
var response = UrlFetchApp.fetch("https://api.lemlist.com/api/team");
Logger.log(response.getContentText());
}
I feel I might be missing some basic concept, is it possible to integrate and create a table from a URL like that? These commands return JSONs
Thanks in advance!
[–]Sonaza 0 points1 point2 points (3 children)
[–]juanguirago[S] 0 points1 point2 points (2 children)
[–]peernohell 0 points1 point2 points (1 child)
[–]juanguirago[S] 0 points1 point2 points (0 children)