Hello All,
I am using HTTP Request activity to add time log in Zoho and provided all the necessary parameters. I was able to get the access token successfully using http request activity and passed the same access token while passing the endpoint url of adding timelogs.
thats good. So now you can check out what was done by postman and modell it HTTP Request. You can import in newer versions the curl. But we had seen, that the import also can fail. So, sometimes post editing is needed
Hi,
I have taken the URL from Postman only and pasted in the HTTP request.
The URL which I have chosen is of the refesh token (i.e. permanent).
But still getting an error message as: Provided authentication token is invalid. Although the token which I am providing here is working fine with the Postman,