August 2026
New connectors
Webhook
Weld now has a generic Webhook connector for receiving inbound webhooks from any system that can send an HTTP POST request, and syncing the payloads into your data warehouse. Each connection gets a unique, per-connection webhook URL that you configure in the sending platform.
Two sync modes are supported:
- Packed — stores each received payload as a single row, alongside a received-at timestamp.
- Unpacked — parses the payload as a JSON object or array and syncs each record as its own row, with the table schema inferred automatically from recently received payloads.
Incoming requests can be verified with HMAC-SHA256, Basic Auth, Token-based authentication, or left unauthenticated, and duplicate deliveries of the same payload are automatically skipped.
Connector updates
Klaviyo: Predictive analytics fields on profile
The Klaviyo profile stream now requests Klaviyo's predictive analytics data and syncs it as additional columns, plus a new profile_predictive_analytics_ranked_channel_affinity substream ranking each profile's affinity for marketing channels.
10 total changes
| Table/column | Change type | New name | Notes |
|---|---|---|---|
profile | |||
column | New Column | attributes_predictive_analytics_historic_clv | |
column | New Column | attributes_predictive_analytics_predicted_clv | |
column | New Column | attributes_predictive_analytics_total_clv | |
column | New Column | attributes_predictive_analytics_historic_number_of_orders | |
column | New Column | attributes_predictive_analytics_predicted_number_of_orders | |
column | New Column | attributes_predictive_analytics_average_days_between_orders | |
column | New Column | attributes_predictive_analytics_average_order_value | |
column | New Column | attributes_predictive_analytics_churn_probability | |
column | New Column | attributes_predictive_analytics_expected_date_of_next_order | |
profile_predictive_analytics_ranked_channel_affinity | New table | Ranked marketing channel affinity per profile. | |
Traede: Customer, Production Order & Delivery Note streams
Traede now supports three additional streams: customer, production_order, and production_order_delivery_note.
10 total changes
| Table/column | Change type | Notes |
|---|---|---|
customer | New table | Customer records, synced incrementally. |
production_order | New table | Production order records, synced incrementally. |
production_order_delivery_note | New table | Delivery notes for production orders, synced incrementally from their own endpoint. |
customer | ||
customer_group | New table | |
customer_billing_email | New table | |
customer_meta | New table | |
production_order | ||
production_order_line | New table | |
production_order_meta | New table | |
production_order_delivery_note | ||
production_order_delivery_note_line | New table | |
production_order_delivery_note_meta | New table | |