EXT:ns_cache_webhook

Extension key

ns_cache_webhook

Package name

nitsan/ns-cache-webhook

Version

main

Language

en

Author

NITSAN - TYPO3 Agency

License

This document is published under the Open Publication License license.

Rendered

Tue, 16 Sep 2025 10:15:23 +0000


Add option at Flush cache menu call "Flush Webhook Cache" at TYPO3 backend. Call your Webhook configured at Settings > Configure extensions > EXT.ns_cache_webhook.


Introduction

Introduction to the extension ns_cache_webhook, general information.

Installation

Learn how to install the extension via Composer or Extension Manager.

Configuration

Configure the extension with webhook URL and request method.

Usage

Learn how to use the flush webhook cache functionality.

Introduction

EXT:ns_cache_webhook

What does it do?

Add option at Flush cache menu call "Flush Webhook Cache" at TYPO3 backend. Call your Webhook configured at Settings > Configure extensions > EXT.ns_cache_webhook. Read more at Configuration and Usage sections.

Installation

The extension needs to be installed as any other extension of TYPO3 CMS. Get the extension by one of the following methods:

  1. Use composer: Run

    composer req nitsan/ns-cache-webhook --with-all-dependencies
    Copied!

    in your TYPO3 installation.

  2. Get it from the Extension Manager: Switch to the module Admin Tools > Extensions. Switch to Get Extensions and search for the extension key ns_cache_webhook and import the extension from the repository.
  3. Get it from typo3.org: You can always get current version from TER by downloading the zip version. Upload the file afterwards in the Extension Manager.
Install TYPO3 Extension Cache Webhook

Installation Steps

Extension Installation Via Extension Manager

  1. Switch to the module "Extension Manager"
  2. Get the extension
  3. Get it from the Extension Manager: Press the "Retrieve/Update" button and search for the extension key ns_cache_webhook and import the extension from the repository
  4. Otherwise, Get it from typo3.org: You can always get the current version from https://extensions.typo3.org/extension/ns_cache_webhook/ by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager

Configuration

Settings of your Webhook

Step 1: Go to Admin Tools > Extension Configuration > EXT.ns_cache_webhook at TYPO3 Backend.

Step 2: Add "URL of your Webhook" and choose "Request Method" (Highly recommend to select POST)

Configuration TYPO3 Extension Cache Webhook

Step 3: Don't miss to click on "Save Configuration" button ;)

How to Use

After Installation and Configuration of the extension, You should able to see one more option at Flush cache menu. Check below screenshot.

Step 1: Go to Clear cache menu at top right-side corner in TYPO3 backend

Step 2: Click on "Flush Webhook Cache"

Usage Cache Webhook TYPO3 Extension

Step 3: Done! Your webhook URL should call by the TYPO3!

Sitemap