🔗
VerifiedOthers · Cloud · v1.3.2

REST API Webhook Proxy

A proxy that receives FH2 webhook callbacks and converts them into standard REST API calls compatible with legacy enterprise systems.

by Irving Zhang · Any REST API endpoint

💡 Why You Need It

Many enterprise systems can't consume webhooks natively. This proxy translates FH2 events into the GET/POST/PUT calls your legacy stack already understands — zero changes needed on the receiving end.

🚀 Getting Started

1

Deploy the proxy and register your target API endpoints

2

Configure FH2 webhooks to point at the proxy

3

Map webhook event types to REST methods and paths

4

Monitor request/response logs for debugging

Features

  • Webhook-to-REST conversion with configurable endpoint mapping
  • Header injection for authentication passthrough
  • Basic retry logic with exponential backoff
  • Request/response logging for debugging
  • Supports GET, POST, PUT, PATCH methods

📋 Use Cases

  • Legacy ERP integration: forward mission completion events as REST calls
  • Ticketing system: create tickets automatically on dock alerts
  • Data warehouse: push structured event data to REST ingest endpoints

⚠️ Known Limitations

  • No built-in authentication beyond Basic Auth and Bearer Token
  • Retry queue is in-memory
  • Maximum payload size: 1MB per event

Details

CategoryOthers
IntegrationEvent Forwarding
DeploymentCloud
TargetAny REST API endpoint
CompatibilityFH2 v2.2+, Any HTTP/HTTPS endpoint
Versionv1.3.2
MaintainerIrving Zhang
Validated2026-02-10

Applicability

POCDemoProduction Reference

Tags

REST APIWebhookTicketing SystemERPLegacy Integration

FH2 Capabilities

All Webhook EventsMission CallbacksDock Status Callbacks