External APIs
Call REST APIs, import third-party data, and send messages from Google Apps Script using UrlFetchApp.
UrlFetchApp
The fundamentals of calling APIs from Apps Script.
14 件の記事
Handle streaming responses from an LLM API
Manage long Northwind AI outputs reliably — note: Apps Script UrlFetch is synchronous.
更新日 2026年1月3日
Cache API responses to cut quota usage
Store and reuse Northwind API responses intelligently — sub-second hits, fewer bills.
更新日 2025年12月26日
Build an API-key vault and rotation system
Manage Northwind credentials securely at scale — centralised storage, scheduled rotation.
更新日 2025年12月22日
Build a rate-limit-aware API client
Back off and retry gracefully on 429s — Northwind's robust outbound HTTP pattern.
更新日 2025年12月14日
Build a generic paginated-API fetcher
Handle cursors and pages for any large dataset — Northwind's standard pull pattern.
更新日 2025年12月6日
Add carrier rate and shipping cost lookups
Quote Northwind shipping inline from a carrier API — DHL or UPS rates per order.
更新日 2025年12月2日
Build a multi-API health-check monitor
Watch all Northwind's external dependencies from one sheet — third-party APIs, status pages.
更新日 2025年11月12日
Fetch link previews and metadata
Pull titles, descriptions, and og:images for a column of Northwind links.
更新日 2025年11月4日
Build a location-intelligence toolkit
Combine Maps, Places, and geocoding APIs into Northwind helpers — distance, places, area lookups.
更新日 2025年10月31日
Build an IP geolocation enrichment function
Add location data to Northwind visitor logs — country and city per IP, in one formula.
更新日 2025年10月27日
Query a SQL database via an API layer
Pull external data into Northwind Apps Script via a thin HTTP wrapper around your DB.
更新日 2025年9月29日
Monitor website uptime and response time
Ping Northwind URLs every 10 minutes and alert on failures — DIY uptime monitor.
更新日 2025年9月1日
Handle OAuth 2.0 in Apps Script
Connect Northwind to APIs that require user authorisation — using the OAuth2 library.
更新日 2025年6月29日
Master UrlFetchApp for any REST API
A practical pattern for GET, POST, headers, and payloads — the foundation under every Northwind integration.
更新日 2025年6月25日
Data import
Pull data from Stripe, Notion, Airtable, and more.
28 件の記事
Sync calendar bookings with Calendly
Bridge Google Calendar and Calendly — Northwind bookings on either side appear on both.
更新日 2026年1月7日
Connect to an air-quality and weather feed
Build a Northwind environmental dashboard — current London AQI plus 5-day forecast.
更新日 2025年12月30日
Build a podcast and media stats tracker
Pull Northwind's podcast download numbers across platforms into a single sheet.
更新日 2025年12月10日
Track real-estate listings for new matches
Monitor property feeds for Northwind office hunts — alert when a match appears.
更新日 2025年11月28日
Translate columns with a translation API
Localise Northwind text in bulk without manual work — via Google Translate or DeepL.
更新日 2025年11月24日
Build a job-listings aggregator
Collect Northwind-relevant postings via public job-board APIs into a sheet for the team.
更新日 2025年11月20日
Sync invoices to QuickBooks or Xero
Push Northwind accounting data automatically — invoices created in Sheets flow to your books.
更新日 2025年11月16日
Sync tasks with Trello or Asana
Keep Northwind work aligned across Sheets and your client's tool of choice.
更新日 2025年10月23日
Sync Shopify orders into Sheets
Mirror Northwind's e-commerce orders for analysis and reconciliation.
更新日 2025年10月19日
Build a live stock-portfolio tracker
Fetch prices and compute Northwind treasury gains/losses across holdings.
更新日 2025年10月7日
Build a shipment and package tracker
Pull carrier tracking statuses into a Northwind Sheet — for outbound deliverables.
更新日 2025年10月3日
Build a Jira issue importer and exporter
Move Northwind tasks between Jira and Sheets — useful for client teams on Jira.
更新日 2025年9月25日
Monitor Reddit or Hacker News for keywords
Watch for Northwind brand and topic mentions across public forums and log to a sheet.
更新日 2025年9月21日
Schedule posts to social media APIs
Publish Northwind content from a Sheet automatically — drafts queued, posted on date.
更新日 2025年9月17日
Build a YouTube analytics tracker
Log Northwind's YouTube channel views and subscribers daily into a Sheet.
更新日 2025年9月13日
Aggregate RSS feeds into a reading sheet
Pull Northwind reading from many sources into one sheet — dedupe, mark read.
更新日 2025年9月9日
Track currency and crypto exchange rates
Log Northwind's relevant FX and BTC rates on a schedule — historical record for accounting.
更新日 2025年9月5日
Build a Search Console ranking tracker
Log Northwind's keyword positions and clicks over time into a Sheet.
更新日 2025年8月28日
Pull Google Analytics 4 metrics into Sheets
Build a self-updating Northwind traffic report — sessions, top pages, conversions.
更新日 2025年8月24日
Build a weather-driven alert system
Trigger Northwind actions on forecast conditions — e.g., snow-day email to remote workers.
更新日 2025年8月20日
Sync contacts to Mailchimp or Kit
Push Northwind subscribers from a Sheet to your email platform — one source of truth.
更新日 2025年8月16日
Pull HubSpot deals into a forecast sheet
Build Northwind's pipeline forecast from HubSpot — weighted by stage probability.
更新日 2025年8月12日
Build a two-way Sheets-Notion sync
Mirror Northwind's Notion database to Sheets — both surfaces stay aligned.
更新日 2025年8月8日
Build a two-way Sheets-Airtable sync
Keep Northwind's project tracker in step between Sheets and Airtable — bi-directional.
更新日 2025年8月4日
Messaging
Send Slack, Telegram, Discord, and SMS messages.
8 件の記事
Build a two-factor SMS verification step
Add phone verification to a Northwind workflow — code via Twilio, validated by web app.
更新日 2025年12月18日
Bridge Sheets to Zapier or Make
Trigger external automations from Northwind Sheets via webhooks — no Apps Script logic needed downstream.
更新日 2025年11月8日
Send rich notifications to Discord
Push Northwind deploy alerts and KPI updates to a Discord channel — embeds, not plain text.
更新日 2025年10月15日
Build a payment-webhook receiver
Catch Stripe payment events into a Northwind sheet — paid invoices flip status instantly.
更新日 2025年10月11日
Build a WhatsApp notification sender
Push Northwind updates via the WhatsApp Business API — for client billing milestones.
更新日 2025年7月23日
Send SMS notifications with Twilio
Text Northwind alerts straight from your scripts — for production outages or VIP events.
更新日 2025年7月19日
Build a two-way Slack-to-Sheet logger
Capture Northwind Slack messages into a sheet and post sheet updates back to Slack.
更新日 2025年7月15日
Post Sheets alerts to a Slack channel
Bridge Northwind spreadsheet events to Slack — every threshold breach lands in #alerts.
更新日 2025年7月11日