Navigation Menu

Skip to content

Commit

Permalink
chore: Expose contact identifier in API (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Jun 7, 2021
1 parent 1155b49 commit ae3cbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/api/v1/models/_contact.json.jbuilder
Expand Up @@ -4,6 +4,7 @@ json.email resource.email
json.id resource.id
json.name resource.name
json.phone_number resource.phone_number
json.identifier resource.identifier
json.thumbnail resource.avatar_url
json.custom_attributes resource.custom_attributes
json.conversations_count resource.conversations_count if resource[:conversations_count].present?
Expand Down

0 comments on commit ae3cbf4

Please sign in to comment.