Webhook use cases
let's take a quick look at the Webhook with priority
use cases:
Recommended use:​
When you want to process in real-time events. For example, if you want to use a messaging App like Telnyx or Telegram and you want to activate the webhook as fast as the user types or press a button on the keypad, Process with priority is the option for you.
Not recommended use:​
For not real-time events. For example, suppose you are sending an email, and it gets rejected. It's not critical to activate the webhook listening to the BOUNCE immediately, so in that case, it is better not to process the webhook in real-time.
note
If multiple websites are running in your environment, it is not recommended to use them.