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
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Key of the action. | string | Yes |
type | callDataFactory | string | Yes |
pipelineKey | Key of the called pipeline. | string | Yes |
activityKey | Key of a pipeline activity that contains the executable statement (such as a procedure, script, or query). | string | No |
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 formatContext_{propertyName}, for example:Context_CreatorId.