Working with Customer Happiness and Zendesk
Last updated
Last updated
All feedback collected through Kiwi are available for review. We do not provide an interface to display the feedback but you can request it on the #kiwi-support channel.
If your app will use the Consumer Happiness team you will need to configure Kiwi to send the feedbacks tickets to Zendesk. Follow these steps:
Access your application on
Select Plugins, click on the "New" button.
Enter "Zendesk Integration" as description.
Select "FEEDBACK" as plugin type.
Select "FEEDBACK_ZENDESK" as Plugin Handler Type
Fill out the configuration with the information provided by the Consumer Happiness team:
Subdomain is not the entire URL. It's just the domain part. For example, on the subdomain is playkids.
Tags are separated by commas
In order to recover the brandId for your app on Zendesk, one need to make a GET HTTP request to authenticating with Basic Auth using a user that is email + "/token" and using the Token as password.
Example:
Subdomain: kiwi-test-app
User: kiwi-test@movile.com
Token: fakeToken123
Example of brand object
The response is a Json, containing information about every brands related to Movile. You need to find the brand object which brand_url field is equal to . The brandId is the id of this object.