Webhook Payload Help

Hey Guys Thanks in advance to all. I’m trying to use a webhook that’s generated throw the Automation’s Panel from the Admin Panel and sent whenever an new order is placed.
everything is triggered and the data is sent, but the payload is lacking some important information about the order.

  1. Order Id is not provided

  2. Custom text field that was added to the product like custom text is missing.

I was thinking to use the getOrder endpoint, but because the order ID isn’t sent with the payload I can’t.
any tips on how I can get the full order object? cheers to all