--- title: We’re making it easier for app developers to test webhook topics, and streamlining webhook failure emails - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/we-re-making-it-easier-for-app-developers-to-test-webhook-topics-and-streamlining-webhook-failure-emails md: https://shopify.dev/changelog/we-re-making-it-easier-for-app-developers-to-test-webhook-topics-and-streamlining-webhook-failure-emails.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 13, 2022 Tags: * API # We’re making it easier for app developers to test webhook topics, and streamlining webhook failure emails You’ll now be able to trigger a webhook test payload to a specified destination directly from the CLI. Previously, developers needed to create a dev store and manually click around with an app installed in order to test their app logic. This manual process added significant time and friction to the development loop. With this new feature, it’ll be easy to test your subscriptions for each topic, so you can see what the payload will look like before your app is in production. We’re also reducing the number of emails sent each time a webhook delivery fails. Previously, there was one email sent per attempt - which could quickly add up and become ineffective for monitoring. Now only one email will be sent for each one per consecutive string of failed attempts, over a two-day period, in order to keep your inbox clean and actionable. To learn more about testing webhooks, check out the [Shopify CLI command reference](https://shopify.dev/apps/tools/cli/commands#webhook-trigger). If you have any questions about these changes, contact [Partner Support](https://help.shopify.com/en/questions/partners#/) with any questions.