This is a step by step guide on how to receive webhooks from QStash in your Deno deploy project.
Go to https://dash.deno.com/projects and create a new playground project.
Then paste the following code into the browser editor:
Click on the settings
button at the top of the screen and then click
+ Add Variable
Get your current and next signing key from Upstash and then set them in deno deploy.
Simply click on Save & Deploy
at the top of the screen.
Make note of the url displayed in the top right. This is the public url of your project.
In the logs you should see something like this:
That’s it, you have successfully created a secure deno API, that receives and verifies incoming webhooks from qstash.
Learn more about publishing a message to qstash here
This is a step by step guide on how to receive webhooks from QStash in your Deno deploy project.
Go to https://dash.deno.com/projects and create a new playground project.
Then paste the following code into the browser editor:
Click on the settings
button at the top of the screen and then click
+ Add Variable
Get your current and next signing key from Upstash and then set them in deno deploy.
Simply click on Save & Deploy
at the top of the screen.
Make note of the url displayed in the top right. This is the public url of your project.
In the logs you should see something like this:
That’s it, you have successfully created a secure deno API, that receives and verifies incoming webhooks from qstash.
Learn more about publishing a message to qstash here