I'm calling the Freshdesk API to update a ticket by adding tags. I'm having trouble authenticating the call. I have encoded username and password to base64(using an external tool).
I've tried the following:
- Basic Auth: In Zapier's BasiAuth field, I tried
username|password
- In the header field, I added a key Authentication with value
BasicUsername:password
In both cases I get the error You have to be logged in to perform this action.