Chatwoot/app/views/api/v1/widget/contacts/set_user.json.jbuilder

6 lines
183 B
Text
Raw Normal View History

json.id @contact.id
json.name @contact.name
json.email @contact.email
json.phone_number @contact.phone_number
json.widget_auth_token @widget_auth_token if @widget_auth_token.present?