Skip to main content

Posts in “Webhooks

Showing 8 posts in Webhooks.

  1. How ngrok helps Sam develop and test LLM-powered RAG applications

    Building LLM-fueled apps? See how one AI startup uses ngrok to develop locally against remote services and safely test LLM prompt changes without breaking prod.

    February 6, 2025

  2. CliffsNotes your voicemails with WebSockets, Twilio, and OpenAI

    Explore ngrok's WebSocket capabilities with a demo crafted for Office Hours, integrating with OpenAI’s API to create a secure phone call summarization app.

  3. A developer's guide to webhook security

    Webhooks help applications stay up to date with system changes, but are they secure? We guide you through steps to ensure the webhooks you consume are valid.

  4. Webhook Verification with ngrok Edges

    Keep your webhook verification settings around by configuring them using an ngrok Cloud Edge. This demonstrates the process using the ngrok-go library.

  5. Verifying PagerDuty Webhooks with ngrok

    Easily validate PagerDuty webhooks without making any changes to your code using ngrok's webhook verification feature.

  6. Building Zoom Apps with ngrok

    The Zoom API has numerous endpoints and capabilities and you can grant fine-grained control over which your app can access.

  7. Webhook Security in the Real World

    Webhooks enable us to react to changes like text messages, successful payments, or pull requests. Few pay attention to their design, security or controls.

  8. Getting Started with Webhooks

    From the earliest webhooks at Twilio to every major SaaS platform, webhooks have become a defacto standard in web development. But before we can use them well, we have to use them correctly. Let's look at what that takes.