{% comment %} Ngrok Help Dialog Component Shows instructions for starting ngrok tunnel {% endcomment %}

help How to Start Ngrok Tunnel

info

Ngrok is not active

To enable ngrok tunnel for webhook testing, restart your development server with the ngrok command.

terminal Start Server with Ngrok

# Stop current server (Ctrl+C) and run:
python manage.py runserver_ngrok

settings Advanced Options

python manage.py runserver_ngrok --domain myapp
Use custom subdomain
python manage.py runserver_ngrok 0.0.0.0:8080
Use custom port
lightbulb

Pro Tip

Once ngrok is active, you'll see the public URL here and can copy it for webhook configuration.