Form integration to Pipedrive using API

So I am trying to create a form integration tool to connect my own website form to create and send a NEW DEAL to my pipedrive account, but I am not being able to use the FIELD API KEYS to add to a “person_id”, a “phone” and “email” API KEYS, and receive an error message when trying to add them to the NEW Deal. Any ideas of what is the KEY for those fields to be used?

Hey @Palmerston_Moving,

“person_id” is a field that you’re not able to fill yourself, but one that is auto-filled when a Person is created.

For updating Field values (which I believe you’re doing), I think this tutorial can help you out: https://pipedrive.readme.io/docs/updating-custom-field-value

Let me know if you have further questions.