First of all hello - my first post
Espo is really a great software!
So I think I might be missing something.
I want to add multiple phone numbers and email addresses to a contact via REST API.
We connect external systems with our turm.ai to Espo. Thereby the addresses are didirectionally synced. However, the addresses often have multiple email addresses and phone numbers.
The sync also works well, except for the missing multiple phone numbers / email addresses.
So I am missing the starting point how to change the phone numbers purely via REST API.
Exemplary with the phone numbers by exserted:
what I can do:
- set a phone number via POST with phoneNumber.
- Update phone number via PUT
- see all phone numbers in the phoneNumberData
what I cannot do:
- add another phone number
- change the type of the phone number (always the default type)
what I tested:
- change phoneNumberData via POST or PUT
- use phoneNumberMobile or similar
- update several times with different phone numbers.
Posts aiming in the same direction:
Thanks a lot
Max
Espo is really a great software!
So I think I might be missing something.
I want to add multiple phone numbers and email addresses to a contact via REST API.
We connect external systems with our turm.ai to Espo. Thereby the addresses are didirectionally synced. However, the addresses often have multiple email addresses and phone numbers.
The sync also works well, except for the missing multiple phone numbers / email addresses.
So I am missing the starting point how to change the phone numbers purely via REST API.
Exemplary with the phone numbers by exserted:
what I can do:
- set a phone number via POST with phoneNumber.
- Update phone number via PUT
- see all phone numbers in the phoneNumberData
what I cannot do:
- add another phone number
- change the type of the phone number (always the default type)
what I tested:
- change phoneNumberData via POST or PUT
- use phoneNumberMobile or similar
- update several times with different phone numbers.
Posts aiming in the same direction:
Thanks a lot
Max
Comment