Append feedback
Store transactional feedback records as you send contact data to us
Last updated
Store transactional feedback records as you send contact data to us
Last updated
Airship can store full feedback history for contact records. This is useful to show the sentiment of a particular guest, and can be used in campaigns whereby a broadcast could be suppressed if someone has left feedback recently (for example if you don't want to ask someone for feedback about a recent visit if they've already done so).
To store feedback, simply include a feedback object as you write a contact to us. We'll store a historic feedback record against the contact.
Field
Notes
type_id
1 = positive
2 = negative
3 = neutral
4 = unknown
You can also retrieve feedback types from the /feedback/types
endpoint.
source_id
1 = website
2 = facebook
3 = tablet
4 = email
5 = twitter
unit_id
The unit_id representing the physical location for which this feedback relates.
comments
Pass in a type
to tag comment types together (e.g. "Toilets", "Service" etc) along with a text string for this comment.
ratings
Pass in a ratings category_id
along with a value for this rating in the rating_text
field, and an optional contact_note
..
You can retrieve a list of categories from the /feedback/categories
endpoint. However, commonly used ones are:
1 - Food
2 - Drink
3 - Service
4 - NPS