How can I access the raw body of a request for Webhook signature-comparison purposes?

Hi @thomas

I have a bit of a rhyming example from another API that might help.

Here’s the source code of our Shopify Partner webhook verification action:

Short video on how to configure the Pipedream HTTP webhook trigger to use a raw body:

The appSecretKey prop in this example code might align with your LemonSqueezy secret, that is if they’re also using HMAC for signing the request.