Add a new deal and connect person

Hello,

I tried to programmatically add a deal and an existing person to it as deal participant:

But when I created the deal like that the person_id given to the “add a deal” interface will only connect the person as participant but not as deal contact:

How to set a person as deal contact when adding a deal?

Best
Simon

Hi Simon,

I just tested the same method as you did and the Person was added as the contact of the Deal (and as a Follower).

Did you try more than once with this same result and do you have any triggers, automations, etc that may be doing this? You could look at the Changelog inside the Deal to see if there’s automatic changes happening once the Deal is created.

Dear David,

Thanks for the reply.

I found my error: I was using BASE + “/deals/”+dealId+"/participants?"; to add a person to a deal and didn’t notice that this was the participant interface and not the contact person interface.

Thanks for the help,
best
Simon

1 Like