Hi,
I’m trying to set up an integration between my Google Sheets client onboarding form and FreeAgent via n8n. I’ve encountered a few issues and need guidance:
-
I created a separate developer FreeAgent account to create an API application, because my main account does not show Settings → Developer → API Applications.
-
When attempting to connect via OAuth2, n8n requires that the account authorizing the app be the same account that created it. This prevents me from connecting the API app to my main FreeAgent account, which contains the organisation data I need.
-
I also cannot find the Personal Access Tokens option in my main account. I understand this is an alternative to OAuth2, but it appears to be missing from my account entirely.
I would like to:
- Connect n8n to my main FreeAgent account to automate creating contacts from Google Sheets.
Could you please advise:
-
How I can enable Personal Access Tokens on my main account, or
-
How I can properly authorize an API application for my main account given the current limitations?
Thank you for your help!