API Integration

Hi Team,

I’m trying to add a Person using API from my website. I cannot send the Organization name data that I get from the user. Is there any way I can achieve that?

Thanks.

Hi @Yashwanth

A person can be created without an org., for example

More about this endpoint here Pipedrive API v1 Reference

Hi,

But I need to send Organization’s name in my Person. I see org_id option. Is there any way I can send org_name?

No, if you want to link a person to an org. you need to send org_id while creating a person. If org. does not exist, you can create one and use its ID in the next API call.