Receive inbound webhook from a messaging platform
POST/api/webhook/:connectorType/:integrationId
Generic webhook endpoint for all connectors. Verifies HMAC signature, parses the message, and enqueues for async processing.
Request
Responses
- 200
- 401
- 404
- 500
Webhook received and enqueued
Invalid webhook signature
Unknown connector or integration not found
Internal server error