S
Supabase8h ago
Cal

Paddle x Supabase - Data Manipulation

I've setup the paddle integration via the wrapper, I can see the three tables in my Supabase, however I'm trying to create a function & trigger in order to extract data from the jsonb payload that paddle passes into its 'paddle.subscription' table. I have run into countless errors trying to do this a variety of ways... what is the recommended method for this, and should this work?
1 Reply
Cal
CalOP8h ago
For the record - I'm trying to parse data thats delivered by paddle into paddle.subscriptions under the "attr" column into public.subscriptions, where it will marry to the user uuid, and allow me to adjust the front end based off that - I was going to paste the function, schema etc here but breached the character limit, apologies

Did you find this page helpful?