chatwoot-develop/app/views/api/v1/widget/contacts/set_user.json.jbuilder

6 lines
222 B
Ruby
Executable File

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