---
title: "WordPress Webhook Screencasts & Video Tutorials"
description: "Screencasts showing WordPress webhook setup, payload mapping, smart retry, and form integrations with CF7, Gravity Forms, and n8n. Self-hosted, no YouTube required."
url: "https://wpwebhooks.org/videos/"
---

[WP Webhooks](https://wpwebhooks.org/)/ Videos

/Learn

# Screencasts

Short video walkthroughs — webhook setup, payload mapping, retry logic, and form integrations.

 

![WordPress Webhook Smart Retry in Action thumbnail](https://wpwebhooks.org/videos/thumbnails/smart_retry_and_reply.webp) ▶ Play

50s · Retry Logic

## WordPress Webhook Smart Retry in Action

[Failed delivery → exponential backoff → re-delivery](https://wpwebhooks.org/videos/wordpress-webhook-smart-retry/)

 

![WordPress Webhook Payload Mapping via Plugin UI thumbnail](https://wpwebhooks.org/videos/thumbnails/payload_mapping_via_UI.webp) ▶ Play

58s · Payload Mapping

## WordPress Webhook Payload Mapping via Plugin UI

[Select fields, rename keys, save — no PHP required](https://wpwebhooks.org/videos/wordpress-webhook-payload-mapping/)

 

![Contact Form 7 to Webhook — End-to-End Walkthrough thumbnail](https://wpwebhooks.org/videos/thumbnails/cf7_to_webhook.webp) ▶ Play

15s · CF7 Integration

## Contact Form 7 to Webhook — End-to-End Walkthrough

[CF7 submit → Webhook Actions → n8n payload](https://wpwebhooks.org/videos/contact-form-7-webhook-walkthrough/)

 

![Gravity Forms to Webhook — Full Walkthrough thumbnail](https://wpwebhooks.org/videos/thumbnails/gform_to_webhook.webp) ▶ Play

22s · Gravity Forms

## Gravity Forms to Webhook — Full Walkthrough

[Form submit → gform\_after\_submission → n8n delivery](https://wpwebhooks.org/videos/gravity-forms-webhook-full-walkthrough/)

 

![Create a Gravity Forms Webhook in WordPress thumbnail](https://wpwebhooks.org/videos/thumbnails/create_gform_webhook.webp) ▶ Play

20s · Gravity Forms Setup

## Create a Gravity Forms Webhook in WordPress

[Add endpoint URL, select trigger, filter by form ID](https://wpwebhooks.org/videos/gravity-forms-create-webhook/)

 

![Gravity Forms Webhook Submission — Event Log & Payload thumbnail](https://wpwebhooks.org/videos/thumbnails/gform_submitted.webp) ▶ Play

20s · Event Log

## Gravity Forms Webhook Submission — Event Log & Payload

[HTTP status · attempt count · full JSON payload](https://wpwebhooks.org/videos/gravity-forms-webhook-submission/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://downloads.wordpress.org/plugin/flowsystems-webhook-actions.zip) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"ItemList","name":"WordPress Webhook Screencasts & Video Tutorials","url":"https://wpwebhooks.org/videos/","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"name":"WordPress Webhook Smart Retry in Action","url":"https://wpwebhooks.org/videos/wordpress-webhook-smart-retry/"},{"@type":"ListItem","position":2,"name":"WordPress Webhook Payload Mapping via Plugin UI","url":"https://wpwebhooks.org/videos/wordpress-webhook-payload-mapping/"},{"@type":"ListItem","position":3,"name":"Contact Form 7 to Webhook — End-to-End Walkthrough","url":"https://wpwebhooks.org/videos/contact-form-7-webhook-walkthrough/"},{"@type":"ListItem","position":4,"name":"Gravity Forms to Webhook — Full Walkthrough","url":"https://wpwebhooks.org/videos/gravity-forms-webhook-full-walkthrough/"},{"@type":"ListItem","position":5,"name":"Create a Gravity Forms Webhook in WordPress","url":"https://wpwebhooks.org/videos/gravity-forms-create-webhook/"},{"@type":"ListItem","position":6,"name":"Gravity Forms Webhook Submission — Event Log & Payload","url":"https://wpwebhooks.org/videos/gravity-forms-webhook-submission/"}]}
```
