CMS Development

VBossio
Participante

How can I detect that a note has been deleted in Hubspot?

resolver

Is there any way to detect that a note has been deleted in Hubspot?

The goal is for an admin to be alerted that a note has been deleted so that they can take action.

Right now I see no webhook or API call that returns a list of deleted notes.

There also does not appear to be a way to set permissions so that a user cannot delete a note.

0 Me gusta
1 Soluciones aceptada
LewTalon
Solución
Participante | Partner
Participante | Partner

How can I detect that a note has been deleted in Hubspot?

resolver

Hi @VBossio 

 

Currently there is no webhook to receive a notification when a note has been deleted, and you are correct there is also no permission set to prevent notes from being deleted. 

 

Within the API, if you request to view a specific note engagement and it's been deleted you will receive an HTTP 404 error.

Ver la solución en mensaje original publicado

1 Respuesta 1
LewTalon
Solución
Participante | Partner
Participante | Partner

How can I detect that a note has been deleted in Hubspot?

resolver

Hi @VBossio 

 

Currently there is no webhook to receive a notification when a note has been deleted, and you are correct there is also no permission set to prevent notes from being deleted. 

 

Within the API, if you request to view a specific note engagement and it's been deleted you will receive an HTTP 404 error.