2019-11-30 12:03:42 +00:00
|
|
|
json.id @inbox.id
|
|
|
|
json.channel_id @inbox.channel_id
|
|
|
|
json.name @inbox.name
|
|
|
|
json.channel_type @inbox.channel_type
|
|
|
|
json.website_token @inbox.channel.try(:website_token)
|
2019-12-28 16:26:42 +00:00
|
|
|
json.widget_color @inbox.channel.try(:widget_color)
|
2020-04-19 18:10:28 +00:00
|
|
|
json.website_url @inbox.channel.try(:website_url)
|
|
|
|
json.welcome_title @inbox.channel.try(:welcome_title)
|
|
|
|
json.welcome_tagline @inbox.channel.try(:welcome_tagline)
|
|
|
|
json.agent_away_message @inbox.channel.try(:agent_away_message)
|
2020-03-16 07:02:34 +00:00
|
|
|
json.web_widget_script @inbox.channel.try(:web_widget_script)
|