APIs & Integrations

cassiopagnoncel
Participant

Move deal from stage X to stage Y timestamp

SOLVE

How to retrieve the datetime when a deal moves from stage X to stage Y?

1 Accepted solution
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

Move deal from stage X to stage Y timestamp

SOLVE

Hi @cassiopagnoncelli,

It depends on your use case:

  • If you wish this endpoint to move deals between stages, then it will return a timestamp value when you update the dealstage property.
  • If you need to subscribe to deal stage changes in portals where your OAuth app is installed, you can use the Webhooks API and use the deal.propertyChange subscription type, specifying the dealstage property. The webhook notifications will include a occurredAt timestamp.
  • If you aim to retrieve historical timestamp values, however, you must export the history of the dealstage property in your portal. This can be done for all deals at once, as outlined in the Export property history section of this article.

Isaac Takushi

Associate Certification Manager

View solution in original post

0 Upvotes
1 Reply 1
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

Move deal from stage X to stage Y timestamp

SOLVE

Hi @cassiopagnoncelli,

It depends on your use case:

  • If you wish this endpoint to move deals between stages, then it will return a timestamp value when you update the dealstage property.
  • If you need to subscribe to deal stage changes in portals where your OAuth app is installed, you can use the Webhooks API and use the deal.propertyChange subscription type, specifying the dealstage property. The webhook notifications will include a occurredAt timestamp.
  • If you aim to retrieve historical timestamp values, however, you must export the history of the dealstage property in your portal. This can be done for all deals at once, as outlined in the Export property history section of this article.

Isaac Takushi

Associate Certification Manager
0 Upvotes