Etendo Webhooks — Shared Helper

Automate Etendo Application Dictionary operations via HTTP webhooks with JWT authentication.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-webhooks-shared-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Etendo Webhooks — Shared Helper
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-_webhooks
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-webhooks-shared-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a set of HTTP webhooks to programmatically interact with the Etendo Application Dictionary (AD) for creating and managing modules, tables, windows, and other configurations, bypassing the need for manual SQL or UI operations.

Core Features & Use Cases

  • Automated Module Creation: Create new Etendo modules with all necessary database and package structures.
  • Database Schema Management: Register new tables and columns, define references, and set up computed columns.
  • UI Configuration: Create windows, tabs, fields, and set tab filters.
  • Process Registration: Register background processes, action processes, and Jasper reports.
  • Data Synchronization: Synchronize terminology and validate table columns.
  • Use Case: When developing a new Etendo module, use these webhooks to automate the creation of its core components (module, tables, windows, fields) directly from your development scripts, ensuring consistency and speed.

Quick Start

Use the etendo-webhooks skill to create a new Etendo module named 'My Test Module' with Java package 'com.example.mytest'.

Frequently Asked Questions about Etendo Webhooks — Shared Helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Etendo ERP Application Dictionary operations?

You can automate Etendo ERP Application Dictionary operations by using HTTP webhooks to programmatically create and manage modules, tables, windows, and other configurations without manual SQL or UI operations.

Can I create Etendo modules and database tables via API?

Yes, you can use Etendo webhooks to programmatically create new modules with database and package structures, register tables and columns, and define references directly from your development scripts.

How do I set up UI windows and tabs in Etendo automatically?

You can configure Etendo UI by sending HTTP webhook requests to automatically create windows, tabs, fields, and set tab filters within your automated development workflows.

Does the Etendo webhook API support JWT authentication?

Yes, the Etendo webhook API supports JWT Bearer token authentication to ensure secure API interactions when automating Application Dictionary operations in CI/CD pipelines.

What is the best way to register background processes and Jasper reports in Etendo?

The best way to register background processes, action processes, and Jasper reports in Etendo is by using dedicated HTTP webhooks to programmatically submit these configurations.

Why do I need webhooks for Etendo CI/CD pipelines instead of manual UI configuration?

Webhooks are needed for Etendo CI/CD pipelines to bypass manual UI operations, ensuring consistent and rapid automated creation of core components like modules, tables, and fields directly from scripts.