Property description

The callDataFactory action type calls a pipeline with the trigger value passed in the JSON payload.

This action is available to enterprise clients and is primarily intended for Dawiso and our implementation partners.

Minimal JSON

{
  "key": "",
  "type": "callDataFactory",
  "pipelineKey": ""
}

Nested properties

PropertyDescriptionValuesMandatory
keyKey of the action.stringYes
typecallDataFactorystringYes
pipelineKeyKey of the called pipeline.stringYes
activityKeyKey of a pipeline activity that contains the executable statement (such as a procedure, script, or query).stringNo

Structure of the JSON sent to the automation pipeline

The action sends a JSON object with the following structure to the specified pipeline:

  • ObjectId: Identifier of the object involved in the event.
  • SpaceId: Identifier of the space.
  • ApplicationId: Identifier of the application.
  • UserId: Identifier of the user who triggered the event.
  • TriggerValue: Value of the trigger with event context values. These additional properties are in the format Context_{propertyName}, for example: Context_CreatorId.