Hello, brand new to n8n so apologies if this is basic. I’m getting the following error message, when it feels like Xero has been connected properly. Help pls?
Share the output returned by the last node
Forbidden - perhaps check your credentials?
403 - {“Type”:null,“Title”:“Forbidden”,“Status”:403,“Detail”:“AuthenticationUnsuccessful”,“Instance”:“eac8a33e-0d7d-4cbe-b61e-e212eaef40da”,“Extensions”:{}}
Copy Redirect URI from n8n and paste it below company URL.
After creating the app go to Configuration page from left menu.
Copy client ID, generate a Client Secret and paste both in n8n.
Press Connect my account button and authorize. Make sure the authorization URL looks like this: https://login.xero.com/identity/connect/authorize?response_type=code&client_id=YOURCLIENTID&redirect_uri=YOURREDIRECTURI&scope=openid profile email accounting.transactions accounting.contacts&state=123
This should let you use Xero node in full functionality.