Add phone number from pipedrive
This commit is contained in:
parent
9018a493d2
commit
905d2f1635
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Pipedrive::PersonAdapter
|
|||
nom: datum['name'],
|
||||
poste: datum[PIPEDRIVE_POSTE_ATTRIBUTE_ID],
|
||||
email: datum.dig('email', 0, 'value'),
|
||||
tel: datum.dig('phone', 0, 'value'),
|
||||
organisation: datum['org_name']
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue