Is there possible send the person_email by updating the deal status through webhooks?

I’m using a webhook to send me deals data. This webhook is triggered by the updated.deal event and sends me informations about the deal. But I also need the person_email associated with this deal. How can I get this information using this type of trigger event. Is it possible to get this informations using another type of event?

Hi Matheus,

You would need to make a second API call to the Persons endpoint to retrieve email address for the person(s) associated with that, based on the person_id that will be returned in the Deals data payload from your initial call. Hope this helps.

DL