A bulk entity creation job has completed
1{2 "eventType": "entity.bulk.created",3 "data": [4 {5 "id": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",6 "foreignId": "YOUR-ENTITY-ID"7 },8 {9 "foreignId": "YOUR-SECOND-ENTITY-ID",10 "error": "Entity creation failed"11 }12 ]13}