Hey everyone!
I have been working with the Freshworks API for a bit now but I am facing issue when it comes to using the Request Method
. I get the basic idea of how it should work; but I am having trouble figuring out the best way to make a successful POST request to create a new record.
Also I have tried a few variations but I keep running into errors, mostly around authentication or formatting issues. Would love some guidance from anyone who has dealt with this before.
Also I have tried Sending a POST request with the required headers, Using different data formats (JSON, form-data), Authenticating using OAuth
I have also started a Selenium Course to get a better grasp on web automation but I still feel a bit stuck on these API requests.
I have check Get attachments with request-method still need help If anyone has any suggestions or can point me in the right direction, I would appreciate it!
Thank you…