Posts tagged “Webhooks”
Showing 8 posts tagged with Webhooks.
Feb 6, 2025

By Team ngrok
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.
Oct 2, 2024

By Joel Hans
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.
Oct 3, 2023
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.
Jul 11, 2023
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.
Jun 6, 2023
Verifying PagerDuty Webhooks with ngrok
Easily validate PagerDuty webhooks without making any changes to your code using ngrok's webhook verification feature.
Feb 14, 2023

By Keith Casey
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.
Nov 14, 2022
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.
Mar 22, 2022

By Keith Casey
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.