Daniel Pietzsch 4/14/2026

📄 Automating Sending Webmention Requests from a Static Site

Read Original

This article explains how to automate sending Webmention requests from a static site, similar to automating WebSub requests. It details a GitLab CI pipeline stage that detects changed posts via git diff, extracts their URLs, stores them in a file, and then sends Webmention requests using a fork of webmention.app. The process involves two stages: 'pages' for building and collecting URLs, and 'post_deploy' for sending the requests. The article includes code snippets and configuration examples.

📄 Automating Sending Webmention Requests from a Static Site

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet