Skip to content

[DIFF] Webhook triggers — fire HTTP callbacks on data changes #212

@ElioNeto

Description

@ElioNeto

Differentiator

Built-in webhook engine. No external message broker or serverless platform needed.

Example

apexstore-cli webhook create --pattern "orders/**" --url "https://api.myapp.com/on-order" --retry 3

Features

  • Pattern-based key matching
  • Configurable retry with exponential backoff
  • Dead letter queue
  • HMAC signature verification
  • Rate-limited delivery

Impact

  • Eliminates need for AWS Lambda / Cloud Functions
  • Serverless-style triggers without external services

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions