I’ve created a webhook that fires when a private thread, attached to a private note, is updated. Adding a comment in the thread causes this to fire, as expected. Ideally, I’d like to get the content of the message that triggered the webhook, but can’t figure out how. Even the ID of the thread or note would be helpful, but that doesn’t seem to be available either.
Does anyone know where I might be able to find the exhaustive list of fields that can be passed back in a webhook?
Thanks!