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.
Error output of a transformation attempt
transformationErrorIDstring
Unique ID of this error generated by bem following Segment's KSUID conventions.
pipelineIDstring
ID of pipeline that was used to attempt to transform the original input data.
referenceIDstring
The unique ID you use internally to refer to this data point.
timestampstring
Timestamp indicating when the transformation was created.
Format
date-timemessagestring
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.