Files
clientsflow/research/chatwoot/app/views/api/v1/widget/contacts/show.json.jbuilder

6 lines
185 B
Ruby

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.identifier @contact.identifier