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/columnChange typeNew nameNotes
profile
columnNew Columnattributes_predictive_analytics_historic_clv
columnNew Columnattributes_predictive_analytics_predicted_clv
columnNew Columnattributes_predictive_analytics_total_clv
columnNew Columnattributes_predictive_analytics_historic_number_of_orders
columnNew Columnattributes_predictive_analytics_predicted_number_of_orders
columnNew Columnattributes_predictive_analytics_average_days_between_orders
columnNew Columnattributes_predictive_analytics_average_order_value
columnNew Columnattributes_predictive_analytics_churn_probability
columnNew Columnattributes_predictive_analytics_expected_date_of_next_order
profile_predictive_analytics_ranked_channel_affinityNew tableRanked 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/columnChange typeNotes
customerNew tableCustomer records, synced incrementally.
production_orderNew tableProduction order records, synced incrementally.
production_order_delivery_noteNew tableDelivery notes for production orders, synced incrementally from their own endpoint.
customer
customer_groupNew table
customer_billing_emailNew table
customer_metaNew table
production_order
production_order_lineNew table
production_order_metaNew table
production_order_delivery_note
production_order_delivery_note_lineNew table
production_order_delivery_note_metaNew table

Was this page helpful?