Generic Webhook service plugin — universal connector #23

Open
opened 2026-05-28 18:51:50 +00:00 by jmiller · 1 comment
Owner

Create a generic webhook service plugin that posts article data as JSON to any URL.

This is the highest-leverage addition — connects MokoJoomCross to IFTTT, Zapier, n8n, Make, Home Assistant, or any custom endpoint.

Credentials:

{
  "webhook_url": "https://...",
  "method": "POST",
  "headers": {"X-Custom": "value"},
  "body_format": "json|form"
}

Features:

  • Configurable HTTP method (POST/PUT)
  • Custom headers
  • JSON or form-encoded body
  • Full article data payload (title, url, introtext, image, category, author, date)
  • Response validation (status code check)
Create a generic webhook service plugin that posts article data as JSON to any URL. This is the highest-leverage addition — connects MokoJoomCross to IFTTT, Zapier, n8n, Make, Home Assistant, or any custom endpoint. **Credentials:** ```json { "webhook_url": "https://...", "method": "POST", "headers": {"X-Custom": "value"}, "body_format": "json|form" } ``` **Features:** - Configurable HTTP method (POST/PUT) - Custom headers - JSON or form-encoded body - Full article data payload (title, url, introtext, image, category, author, date) - Response validation (status code check)
Author
Owner

Branch created: feature/23-generic-webhook-service-plugin-universal

git fetch origin
git checkout feature/23-generic-webhook-service-plugin-universal
Branch created: [`feature/23-generic-webhook-service-plugin-universal`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/23-generic-webhook-service-plugin-universal) ```bash git fetch origin git checkout feature/23-generic-webhook-service-plugin-universal ```
Sign in to join this conversation.
Type Feature
Status
Priority High
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#23