Receive Webhook Event
POST
/internal/slash/connections/{connectionBizId}/eventsNoneReceives and ingests a webhook event from the Slash platform. Duplicate events are detected and ignored.
Authentication
No JWT required. This is an internal endpoint with no portal restriction.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash connection business ID. |
event | Object | Yes | body | The webhook event payload from the Slash platform. |
Success Response
Duplicate Ignored200
{
"code": "2000",
"message": "SUCCESS",
"data": "Duplicate event ignored"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 404 | 4040 | Connection not found |
Notes
- The endpoint validates the connection exists before ingesting the event.
- Duplicate events are automatically detected and ignored, returning a different message.
- The event payload is stored in the webhook event log for auditing and processing.