Hey guys, I need to setup an endpoint on my side to receive the webhook notifications for a token even alert. I would need to see the data shape that Defender will send, so I can manipulate it on my end.
I could not find any documentation, do you know how this data shape looks like?
Hi @H4rryM3ss, Defender Webhook notifications will contain an array events whose schema depends on whether it's an Action notification or Monitor notification. More details regarding the Action webhook notification schema can be found here and Monitor webhook notification schema can be found here.
Additionally, using a tool like Pipedream or Svix may also help you during the development process.