Zapier and New Webhook Authentication

So I’m trying to give Pipedream a shot to make this work. (Really don’t want to have to move to another platform, but if this ends up working… so be it!)

Not surprisingly, I’m stuck.

Here’s where I’m at:

Setting up the trigger. It’s good and I’m able to get the initial data to send over to Pipedream:


The next step is supposed to be hashing the data and passing it back to Zoom for verification. And this is where I’m woefully unqualified to work it out. I assume I should be using node.js in pipedream to handle the custom header.

Screenshot 2023-12-04 at 5.20.41 PM

The documentation Zoom gives HERE says to reference the sample code HERE. So I assumed I would copy the code and drop it into the code section in the node.js step on Pipedream.

(Section removed because my assumptions were wrong on what to modify)

But running the test comes back with:

I apologize to all of the smarter people out there, but if you have a moment to point out where you think I went astray, it would be very much appreciated. Thank you kindly!