I’m creating an integration to create Freshservice tickets using phone call data. This service is intended to live outside the Freshservice platform but I cannot find documentation for using OAuth with the APIs.
Next step is to see how to use it in a web request node.
Hi Megank,
Unfortunately, utilising this via Postman or within workflow isn’t feasible, as OAuth functionality is exclusively supported for marketplace apps currently.
I hope this helps :)
Hi Megank,
Unfortunately, utilising this via Postman or within workflow isn’t feasible, as OAuth functionality is exclusively supported for marketplace apps currently.
I hope this helps :)
wrong, I managed to get to work in Postman with help of someone here on the forum :)
Hi Daniel,
Thanks for pointing that out! That’s great to hear. If you’re open to it, could you share how you got it working in Postman? It’ll definitely help other community members :)
Freshservice does support OAuth, but it's not documented on the public API page. You need to register your app via Freshworks Developer Portal. After registration, use standard OAuth 2.0 flow to get the access token. Contact Freshservice support for app approval and exact scopes needed.
Hi Daniel,
Thanks for pointing that out! That’s great to hear. If you’re open to it, could you share how you got it working in Postman? It’ll definitely help other community members :)
I’m going to tray :) And as @woordnelson say, you generate the auth pwn/key etc in the dev portal. Keep in mind this is still tied to the agnet that logs into the dev portal