And also can you help me with this application need to up next month
Problems
- When I use the OAuth when its return access_token when I insert a new person using multidimensional input from email and phone it will not insert
REF:
https://devcommunity.pipedrive.com/t/api-proxy-end-point-cannot-add-multi-dimensional-email-and-phone/1563/4
PHP CODE

POST DATA
Array
(
[name] => test8
[label] => Customer
[email] => Array
(
[0] => Array
(
[value] => test8@gmail.com
[label] => work
)
)
[phone] => Array
(
[0] => Array
(
[value] => 12345678
[label] => work
)
)
[e531103cf7ce5f6464ebd80a446296f488293f3d] => 61
[visible_to] => 3
[org_id] => 349
[owner_id] => 9512217
)
BUT NOT INSERTED TO YOUR DATABASE
- For removing a follower for the certain deal - This is now fix thanks
application
THANKS!