feat: Add customer satisfaction component (#2456)

This commit is contained in:
Muhsin Keloth
2021-06-22 13:01:19 +05:30
committed by GitHub
parent a357b657a8
commit 29b9915d3b
11 changed files with 225 additions and 6 deletions

View File

@@ -72,6 +72,8 @@ unless Rails.env.production?
WootMessageSeeder.create_sample_form_message conversation
# articles
WootMessageSeeder.create_sample_articles_message conversation
# csat
WootMessageSeeder.create_sample_csat_collect_message conversation
CannedResponse.create!(account: account, short_code: 'start', content: 'Hello welcome to chatwoot.')
end