Chatwoot/app/views/api/v1/accounts/contacts/create.json.jbuilder
2020-07-21 12:15:24 +05:30

9 lines
232 B
Ruby

json.payload do
json.contact do
json.partial! 'api/v1/models/contact.json.jbuilder', resource: @contact
end
json.contact_inbox do
json.inbox @contact_inbox&.inbox
json.source_id @contact_inbox&.source_id
end
end