omni-webhooks

Manage webhook endpoints and trigger custom events for messaging platform automations.

34|14|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/automagik-dev/omni --skill omni-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-webhooks
Source: https://github.com/automagik-dev/omni/tree/main/plugins/omni/skills/omni-webhooks
Command: npx skills add https://github.com/automagik-dev/omni --skill omni-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of webhook endpoints, allowing for the creation, updating, deletion, and triggering of events for testing and integration purposes.

Core Features & Use Cases

  • Webhook Management: Create, list, retrieve, update, and delete webhook configurations.
  • Event Triggering: Simulate incoming events with custom payloads and correlation IDs for testing automations.
  • Use Case: You need to test an automation that responds to a new order event. Use this Skill to create a webhook, then trigger a order.created event with a sample payload to ensure your automation functions correctly.

Quick Start

Create a new webhook named 'My Test Hook' with a description.

Frequently Asked Questions about omni-webhooks

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

FAQPage Schema
How do I manage webhook endpoints for an automation platform?

You can manage webhook endpoints by creating, listing, updating, and deleting webhook configurations. This skill handles webhook event sources to streamline integration and automate event routing for an omnichannel messaging platform.

How can I test automations with a custom event payload?

To test automations, you trigger simulated incoming events using custom payloads and correlation IDs. This allows you to safely verify your event-driven workflows before connecting live external API integrations.

Does this webhook management tool validate incoming request headers?

Yes, this webhook management tool supports validation of incoming request headers. This ensures that only properly authenticated and formatted API events trigger your configured automations.

Can I use jq to process webhook payloads in my testing workflow?

Yes, jq is a required dependency for this skill, allowing you to process and construct JSON webhook payloads. This integration enables precise testing when triggering custom events with specific data structures.

What is the best way to simulate an order.created event for testing?

The best way to simulate an order.created event is to create a webhook endpoint, then trigger the custom event with a sample payload. This verifies that your automation correctly responds to the specified data.