Skip to main content

Paddle connector

Back to the connector overview, authentication methods, and actions.
17 Sept 2026
data-sync description-fixAdded data sync to ten list actions. Nine page through the provider after cursor and one returns its whole collection in a single call. Each paginated action gains a nextPageToken result key that exposes the after cursor taken from meta.pagination.next, because Paddle returns that field as a full URL rather than a bare cursor. The after input description now points callers at that key. No action syncs incrementally, because Paddle accepts the documented date operators on transactions and then returns every record regardless.
paddle_list_customers, paddle_list_discount_groups, paddle_list_discounts, paddle_list_event_types, paddle_list_events, paddle_list_notifications, paddle_list_prices, paddle_list_products, paddle_list_subscriptions, paddle_list_transactions
12 Aug 2026
bug-fix description-fixFix create_price description field required. Fix resume_subscription effective_from required and type. Clarify cancel_subscription rejects end-of-period on paused subs. Fix scheduled_change removal via renamed schedule input with spread null pattern. Improve pause_subscription conflict resolution workflow.
paddle_cancel_subscription, paddle_create_price, paddle_pause_subscription, paddle_resume_subscription, paddle_update_subscription
11 Aug 2026
new-eventsAdded programmatic webhook event support for all 55 Paddle event types across addresses, adjustments, API keys, businesses, client tokens, customers, discounts, discount groups, payment methods, payouts, prices, products, reports, subscriptions, and transactions.