# Hookdeck Review: May 2024

Welcome to the Hookdeck Review for May 2024.

Here's what we've been up to in May.

## Use the Hookdeck CLI as an ngrok alternative

ngrok is a tool you're probably familiar with and have likely used to receive webhooks in your local development environment.

However, ngrok's focus has shifted over the past few years, resulting in some frustrating limitations in the developer experience, and some providers, such as Meta, have also blocked the use of ngrok in their webhooks settings.

![Meta blocking ngrok](./images/monthly-review-may-2024/ngrok-blocked.png)

So, I want to take this opportunity to remind you that the [Hookdeck CLI](https://hookdeck.com/docs/cli) is an alternative to ngrok in asynchronous local development scenarios, such as receiving webhooks. You can even use the Hookdeck CLI without a Hookdeck account.

<video controls muted playsinline style="width: 100%; margin-bottom: 20px;">
<source src="/videos/blog/hookdeck-review-may-2024/hookdeck-noaccount-localhost.mp4" type="video/mp4">
</video>

If you don't already have the Hookdeck CLI installed, you can install it as follows:

You can then decide if you want to sign up for a Hookdeck account to persist webhook URLs across clients and even share localtunnels with the rest of your team.

## Concurrent event delivery support

We've added support for setting the delivery rate to Destinations to a number of events concurrently.

<video controls muted playsinline style="width: 100%; margin-bottom: 20px;">
<source src="/videos/blog/hookdeck-review-may-2024/concurrent-delivery.mp4" type="video/mp4">
</video>

So, for example, if you only want to receive one event at a time, you can set the concurrency to 1.

Read more about [Destination delivery rates](https://hookdeck.com/docs/destinations#set-a-max-delivery-rate).

## Hookdeck Connection onboarding flow

Hookdeck's broad capabilities can be a little overwhelming when you first start using it. So, we've added a new onboarding flow to help introduce Hookdeck concepts and to get you started with your first Connection.

<video controls muted playsinline style="width: 100%; margin-bottom: 20px;">
<source src="/videos/blog/hookdeck-review-may-2024/hookdeck-onboarding-21-may-2024.mp4" type="video/mp4">
</video>

If you haven't tried Hookdeck for a while, you might want to check it out by [creating a new Connection](https://dashboard.hookdeck.com/create-first-connection) with the new onboarding flow in the Hookdeck dashboard. We'd love to hear what you think in our [community Slack](https://hookdeck.com/slack).

## New webhook verification support

In May, we added webhook verification support for the following services:

* [Vercel Log Drains](https://vercel.com/docs/observability/log-drains/configure-log-drains) - Log drains let you debug, monitor, and analyze logs from your Vercel deployed applications.
* [Tebex](https://docs.tebex.io/developers/webhooks/overview) - a platform for game monetization.
* [Slack](https://api.slack.com/apis/events-api#using-events-api) - Webhooks from Slack via the Slack Events API.

<br />

That's it for the May review.

Don't forget to [get in touch](/contact) with any questions, share your thoughts on Hookdeck, or let us know what you're building.