How to access deeply nested data from Webhook POST payload

Hi @n8b

Thanks for posting here and welcome to the community! :raised_hands:

You’re using Python’s request library, which tends to flatten JSON data.
Try using the json parameter instead.

1 Like