Receive event webhook
Webhooks can be configured to send events to your desired URL.
Request Body
application/json
An event
The attempt number of the function call that created this event. 1 indexed.
Unique ID generated by bem to identify the event.
Timestamp indicating when the event was created.
date-timeThe unique ID you use internally to refer to this data point, propagated from the original function input.
The inbound email that triggered this event.
"transform"Unique identifier of function call that this event is associated with.
Unique identifier of function that this event is associated with.
Unique name of function that this event is associated with.
Version number of function that this event is associated with.
Unique identifier of workflow call that this event is associated with.
Unique identifier of workflow that this event is associated with.
Name of workflow that this event is associated with.
Version number of workflow that this event is associated with.
Unique ID for each transformation output generated by bem following Segment's KSUID conventions.
The transformed content of the input. The structure of this object is defined by the function configuration.
List of properties that were invalid in the input.
The offset of the first item that was transformed. Used for batch transformations to indicate which item in the batch this event corresponds to.
The number of items that were transformed. Used for batch transformations to indicate how many items were transformed.
Example Requests
/ReceiveEventWebhook