Sync Replicated support bundles into Snowflake on a schedule
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Overview
Replicated Support Bundles → Snowflake
Syncs all Replicated support bundles from your vendor account into a Snowflake table on a daily schedule. Useful for tracking support bundle activity, correlating bundles with customer health, and building operational dashboards.
How it works
- A Schedule Trigger fires daily
- The Replicated Vendor API (
/vendor/v3/supportbundles) is called to fetch all support bundles - The
bundlesarray is split and each record is mapped to a flat structure with typed fields - The Snowflake destination table is truncated (full refresh), then all records are bulk-inserted
Setup
- Create the table — run the
[CREATE] REPLICATED_SUPPORTBUNDLESnode manually once before activating. Adjust the database/schema to match your Snowflake environment - Add your Replicated API Token as an HTTP Header Auth credential (
Authorizationheader) - Connect your Snowflake credential
- Activate the workflow
Notes
- This is a full replace on every run, not an upsert — suitable as long as your total bundle count stays manageable
- Fields synced:
id,name,uploadedAt,collectedAt,source,customerId,instanceId,size,viewed