APIs & Integrations

mateomm22
Participant

API Deals move contact from one stage to another

Hi there!

I need to make one simple thing, I need to move a contact from one pipeline stage to another using the API, everything will happen with a trigger which is activated from a workflow. Is there anyway I can do this?

Thanks

3 Replies 3
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

API Deals move contact from one stage to another

Hi @mateomm,

Just to make sure that we’re on the same page, are you trying to update the dealstage of a deal that’s associated with a particular contact? You can update a deal’s dealstage using the Deals API, and you could trigger this process via a webhook from a workflow. You can find more information on both below:

Update a Deal | Deals API

PUT /deals/v1/deal/:dealId - Updates the existing deal with the id :dealId with the properties as specified by JSON in the request body, using the same properties format as above. Returns JSON representing the updated deal.


Klaus
Member

API Deals move contact from one stage to another

Hi. Just seeing your post now and was wondering.. Webhooks are only included in ENTERPRISE, right?

 

How could one trigger the update without Webhooks?

 

Thanks for your help!

0 Upvotes
mateomm22
Participant

API Deals move contact from one stage to another

Hi Derek!

I think that would work, let me check and I’ll let you know if that worked for me.

Thanks!