CMS Development

VBossio
Participant

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

SOLVE

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 Upvotes
1 Accepted solution
LewTalon
Solution
Participant | Partner
Participant | Partner

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

SOLVE

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.

View solution in original post

1 Reply 1
LewTalon
Solution
Participant | Partner
Participant | Partner

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

SOLVE

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.