Setări proiect: LEADS

Leads settings.json

Introdu aici doar structura pentru proiectul de leads.
Exemplu minim:

{
  "leads": {
    "enabled": true,
    "pipelineBlocks": [
      { "pipelineId": 123, "statuses": [ 142, 143, 144 ] }
    ],
    "stagePriority": true,
    "match": {
      "fields": [ "cf_1001", "cf_1002" ],
      "blocks": [
        { "id": "blk1", "fields": [ "cf_1001", "cf_1003" ] }
      ]
    },
    "exceptions_map": { "cf_1004": ["ignore_me"] },
    "block_exceptions": { "blk1": { "cf_1003": ["x","y"] } }
  },
  "custom": {
    "rules": [
      { "entity": "leads", "op": "require_both_exact", "fieldId": 1005, "value": "VIP" }
    ]
  }
}