Skip to content

Example Lime Admin Config

JSON

This is an example config for the default table and field setup. In this example 'person' is used as an autofill property. Set autofillproperties to '[]' to disable.

{
  "integration": {
    "enabled": true,
    "automatedFlow": {
      "limeType": "automatedflow",
      "propertyName": "name",
      "propertyDescription": "description",
      "propertyIsRunning": "isrunning",
      "propertyBwAutomatedFlowId": "bw_automatedflowid",
      "propertyAutomatedFlowProperty": "automatedflowproperty",
      "propertyIsDeleted": "isdeleted",
      "propertyAutomatedFlowParticipantAction": "automatedflowparticipantaction",
      "propertyAutomatedFlowParticipant": "automatedflowparticipant"
    },
    "automatedFlowProperty": {
      "limeType": "automatedflowproperty",
      "propertyAutomatedFlow": "automatedflow",
      "propertyBwField": "bw_field",
      "propertyBwFieldType": "bw_fieldtype",
      "propertyBwRequired": "bw_required",
      "propertyBwUnique": "bw_unique",
      "propertyBwPropertyId": "bw_propertyid",
      "propertyLimeField": "lime_field",
      "propertyHasValidationError": "hasvalidationerror",
      "propertyValidationMessage": "validation_message",
      "propertyAutomatedFlowParticipantProperty": "automatedflowparticipantproperty"
    },
    "automatedFlowParticipant": {
      "limeType": "automatedflowparticipant",
      "autoFillProperties": [
        "person"
      ],
      "propertyAutomatedflow": "automatedflow",
      "propertyBwAutomatedflowParticipantId": "bw_automatedflowparticipantid",
      "propertyBwStatus": "bw_status",
      "propertyBwNextStep": "bw_nextstep",
      "propertyBwNextStepTime": "bw_nextstep_time",
      "propertyIsReady": "isready",
      "propertyBwValidationMessage": "bw_validation_message",
      "propertyAutomatedFlowParticipantProperty": "automatedflowparticipantproperty"
    },
    "automatedFlowParticipantAction": {
      "limeType": "automatedflowparticipantaction",
      "propertyAutomatedFlow": "automatedflow",
      "propertyAutomatedFlowParticipant": "automatedflowparticipant",
      "propertyBwActionName": "bw_actionname",
      "propertyBwActionDate": "bw_actiondate",
      "propertyBwNextActionDate": "bw_nextactiondate"
    },
    "automatedFlowParticipantProperty": {
      "limeType": "automatedflowparticipantproperty",
      "propertyAutomatedFlowProperty": "automatedflowproperty",
      "propertyAutomatedFlowParticipant": "automatedflowparticipant",
      "propertyValue": "value"
    },
    "linkClickEnabled": true,
    "linkClick": {
      "propertyLinkName": "linkname",
      "propertyLinkUrl": "linkurl",
      "propertyLinkValue": "linkvalue",
      "propertyLinkClickTime": "linkclicktime",
      "propertyLinkCategoryId": "linkcategoryid",
      "propertyLinkCategoryName": "linkcategoryname",
      "propertyAutomatedFlowParticipantAction": "automatedflowparticipantaction",
      "limeType": "linkclick"
    },
    "emailOpenEnabled": true,
    "emailOpening": {
      "propertyEmailOpeningTime": "emailopeningtime",
      "propertyAutomatedFlowParticipantAction": "automatedflowparticipantaction",
      "limeType": "emailopening"
    }
  }
}

Example views (webclient)

Automatedflow

Click here to open the example view

Automatedflow participant

Click here to open the example view

Automatedflow participant action

Click here to open the example view

Automatedflow participant property

Click here to open the example view

Automatedflow property

Click here to open the example view