Hello Pankaj,
At the moment, we don't have an API that lets the customers to respond to a ticket. All APIs are authenticated with agents' password/API key.
If you're trying to set this up on an external application, you can mask the agent API and include the user_id in your request so that the comments are registered on behalf of the customers.
Cheers!
Hi Aravind,
Thanks for you fast reply.
Please correct me if I didn't understand the term "mask the agent API", I feel masking means creating an agent profile and using it's user id in the "reply" endpoint and considering it to be sent by the customer?
Yes, Pankaj. Unfortunately, that's the only option we can work with for now.
Cheers!
Hi,
Actually i tried to create a reply using user_id. But its throwing me an error:
{"code":"invalid_user","message":"You are not authorized to perform this action on behalf of this user. id:2043024834995, name:Anita.jose"}
Any idea why this is coming?.