Failed events in array format
The failed events for webhooks can be described historically as one payload per line and can be represented as one or multiple events.
The format to represent is one JSON object containing an event or events on each line of the file. If the array format is chosen for event delivery, the failed event file format of one JSON object per line does not match the description of one payload per line. As a result, the failed event files will be formatted as one JSON array per line for webhooks configured to receive the event payloads as JSON arrays. This means one line in the file once again corresponds directly to one missed payload.
Each array contains the payload from one failed webhook publish call. This means that the failed event file processor you implement can expect to require the same amount of system resources per line of the file as is used for processing webhook payloads.
Supported events for array format
The JSON array delivery format is supported for the following events: