Skip to main content

RED5 CRREM Send

This pipeline sends asset data to the CRREM API.

Pipeline Parameters

Source Entity Settings

Source Entity

  • Type: Entity
  • Description: Specifies the source Entity in your system from which the data will be sent to the CRREM API.
  • Configuration: Select the appropriate entity from the dropdown menu in the pipeline configuration interface

Source Entity Filter

  • Type: JSON
  • Description: Filter the records from the source entity that will be sent to the CRREM API.
  • Configuration: Enter a JSON object that specifies the mongo filter rules.

Source Entity Mapping

  • Type: JSONata
  • Description: Defines the mapping between the source entity and the CRREM API.
  • Configuration: Enter a JSONata expression that specifies the mapping rules.

Target Entity Settings

Target Entity

  • Type: Entity
  • Description: Specifies the destination Entity in your system where the imported data will be stored.
  • Configuration: Select the appropriate entity from the dropdown menu in the pipeline configuration interface.

Result

In the target entity, you will see objects with crrem resultId

{
"_crrem": {
"version": "V1.18",
"resultId": "c5020e7e-de03-47b5-874e-4bf680c0bc66",
"sourceId": "6678c091528e4760ff8cfa01"
}
}
  • version - CRREM version
  • resultId - CRREM result id. With this id, you can get the result from the CRREM API with RED5 CRREM Get Result pipeline
  • sourceId - id of source entity record