Skip to content

Receive Webhook Event

POST/internal/slash/connections/{connectionBizId}/events None

Receives and ingests a webhook event from the Slash platform. Duplicate events are detected and ignored.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringRequiredpathSlash connection business ID. Path parameter
eventObjectRequiredbodyThe webhook event payload from the Slash platform. Request body (JSON)

Success Response

Duplicate Ignored 200
{
  "code": "2000",
  "message": "SUCCESS",
  "data": "Duplicate event ignored"
}

Error Responses

HTTP StatusCodeDescription
4044040Connection 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.

SlaunchX Internal Documentation