Transformations

Receive Transformation Errors webhook

Pipelines can also be configured to send webhooks to your desired URL. Webhooks will be called upon the failure of each transformed data point, instead of batched.

Request Body

application/json

Error output of a transformation attempt

transformationErrorID*string

Unique ID of this error generated by bem following Segment's KSUID conventions.

pipelineID*string

ID of pipeline that was used to attempt to transform the original input data.

referenceID*string

The unique ID you use internally to refer to this data point.

timestamp*string

Timestamp indicating when the transformation was created.

Formatdate-time
message*string

Message describing the error encountered while attempting to transform the original input data.

eventID?string

Unique ID of the event associated with this transformation error.

functionID?string

Unique ID of the function that encountered this error.

functionName?string

Name of the function that encountered this error.

Response Body

Example Requests

POST/ReceiveTransformationErrorsWebhook