What is your goal?
Hello,
I am trying to connect Sellsy to Make using the Sellsy native module, but I keep getting errors.
What is the problem & what have you tried?
Here is my setup:
- Sellsy API V2 (beta)
- I tried with a āPersonalā access type (OAuth 2 client credentials flow)
- I also tried with a āPrivateā access type (OAuth 2 authorization code flow)
- My Make account is on the EU2 server (eu2.make.com)
- The redirect URL I used in Sellsy: https://eu2.make.com/oauth/cb/sellsy2
Errors I get:
- With Personal access: āClient authentication failedā
- With Private access: āFailed to verify connection [400]ā
Note: I tested my Client ID and Client Secret directly via Hoppscotch and the authentication works perfectly (I get a valid access_token back from https://login.sellsy.com/oauth2/access-tokens).
Could you please tell me:
- Which Sellsy access type should I use (Personal or Private)?
- What is the exact redirect URL to use for an EU2 account?
- Are there any specific scopes to select in the Advanced Settings?
Thank you for your help.