Zapier and Supabase Postgres
I’m trying to have clients have real time data exchange with xero and sage through my saas but I only find zapier to allow me to connect those to loveable via supabase but I’ve been stuck with the Postgres SQL. It keeps giving me a error
Can anyone advise please
4 Replies
Not sure you are going to find anyone with specific knowledge for those products.
But if you provide more info on your actual call and the error it is getting you might get some help.
i've created a Xero integration before but i used the API documented here https://developer.xero.com/documentation/api/accounting/accounts and my approach to it was to take different endpoints and have their functionality wrapped up in one edge function. I think either way if you want to connect to Xero, you will need to register your application and use the API. I think a lot of that zapier stuff is for Xero users themselves to use not 3rd party application builders
Accounting API Accounts — Xero Developer
Overview, GET Accounts, Optional parameters for GET Accounts, PUT Accounts, Uploading an Attachment, POST Accounts, Limitations, Archive Accounts, DELETE Accounts
i don't know much about sage but their API is not known to be as good for 3rd party apps
Thanks man. Will try this route