Has anyone been able to create a custom connector for Xero? I have been trying but I can't seem to getting working, was wondering if anyone may be able to help me? Thanks for your help.
Solved! Go to Solution.
Hi @Porter ,
Glad that your problem is solved.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Porter
What's the API endpoint Xero offering? Also what you trying to achieve?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi,
This is the endpoint I'm trying to reach.
https://api.xero.com/api.xro/2.0/Items
I want to retrieve a list of all the items.
I think the problem is the xero-tenant-id doesn't seem to be working. I've put it in the header but I still get the wait a few minutes error.
Do you think a flow might work? If I used a http request to get the access token and a second http request to access the API?
Hi @Porter
It's difficult to say flow will work or not. What's the Xero documentation says? What type of API support they have? You could try Postman and see if that works or not. Then look into implementing via custom connector or HTTP API call using Flow.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHave fixed the issue with a postman collection.
Hi @Porter ,
Glad that your problem is solved.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
how was that achieved, please?
need to integrate with Xero with Sortly app.
Thanks