{
  "exportedBy": "ATSser API Recorder Demoiewer",
  "exportedAtUtc": "2026-05-21T15:53:54.320Z",
  "sourceFile": "all-api-calls-20260518_194136.json",
  "totalSourceCalls": 188,
  "selectedCount": 9,
  "selectedCalls": [
    {
      "exportSequence": 1,
      "originalCallId": "demo-call-001",
      "selected": false,
      "businessPurpose": "Authenticate user and capture token",
      "nextStepName": "AuthenticateUser",
      "dataUsage": "auth",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/auth/",
      "url": "https://api.freecrm.com/api/1/auth/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/auth/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/auth/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "email": "{{email}}",
          "password": "{{SECRET}}"
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "content-encoding": "gzip",
          "allow": "GET, POST, HEAD, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "1456",
          "date": "Mon, 18 May 2026 19:34:18 GMT",
          "content-type": "application/json",
          "vary": "Accept-Encoding, Cookie, origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "token": "{{AUTH_TOKEN}}",
            "urls": {
              "www": "cogmento.com",
              "api": "api.freecrm.com",
              "ui": "ui.freecrm.com",
              "api_url": "https://api.freecrm.com/api/1/",
              "onesignal_app_id": "{{onesignal_app_id}}"
            },
            "user": {
              "id": "{{id}}",
              "email": "{{email}}",
              "first_name": "Demo",
              "last_name": "User",
              "public_address": null,
              "created_at": "2023-11-24T06:44:11.637941Z",
              "account_owner": true,
              "security": {
                "ssi": true,
                "groups": [
                  "Super User"
                ],
                "permissions": [
                  "accounts.modify_settings",
                  "campaigns.view_campaign",
                  "entities.create_sales_target",
                  "entities.view_invoice",
                  "documents.add_document",
                  "events.add_event",
                  "emails.delete_email",
                  "documents.send_docusign_envelope",
                  "...trimmed for public demo..."
                ],
                "group_permissions": [
                  "accounts.modify_settings",
                  "campaigns.view_campaign",
                  "entities.create_sales_target",
                  "entities.view_invoice",
                  "documents.add_document",
                  "events.add_event",
                  "emails.delete_email",
                  "documents.send_docusign_envelope",
                  "...trimmed for public demo..."
                ],
                "direct_permissions": []
              },
              "account_id": "{{account_id}}",
              "timezone": "UTC",
              "phone": "{{phoneNumber}}",
              "phone_verified": true,
              "verified_for_calls": false,
              "twilio_number": null,
              "twilio_numbers": [],
              "country": "India",
              "country_code": "IN",
              "telephony": false,
              "google": false,
              "google_account": null,
              "quickbooks": false,
              "image": null,
              "settings": {
                "locale": "en-GB",
                "last_notice": "2026-02-04T15:07:06+05:30",
                "defaultDemoiews": {
                  "company": null
                },
                "default_country": "IN",
                "survey_complete": true,
                "dashboard_layout": [
                  "ActivityStreamCard",
                  "CallQueueCard",
                  "DealGraphCard",
                  "UpcomingCalls",
                  "TwitterCard",
                  "TodaySchedule",
                  "CurrencyCard"
                ],
                "email_transport_id": null,
                "exclude_home_cards": [
                  "SystemMessagesCard"
                ]
              },
              "has_templates": true,
              "facebook_id": null,
              "facebook_auth": false,
              "linkedin_id": null,
              "linkedin_auth": false,
              "one_signal_ids": [],
              "has_docusign": false
            }
          },
          "process_time": 0.8140149116516113
        },
        "DurationMs": 2409,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.password",
          "Strategy": "secret",
          "Demoalue": "{{SECRET}}",
          "Reason": "Sensitive value."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-001",
        "SequenceNumber": 1,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Auth",
        "Operation": "CreateOrActionAuth",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/auth/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/auth/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "email": "{{email}}",
            "password": "{{SECRET}}"
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "content-encoding": "gzip",
            "allow": "GET, POST, HEAD, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "1456",
            "date": "Mon, 18 May 2026 19:34:18 GMT",
            "content-type": "application/json",
            "vary": "Accept-Encoding, Cookie, origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "token": "{{AUTH_TOKEN}}",
              "urls": {
                "www": "cogmento.com",
                "api": "api.freecrm.com",
                "ui": "ui.freecrm.com",
                "api_url": "https://api.freecrm.com/api/1/",
                "onesignal_app_id": "{{onesignal_app_id}}"
              },
              "user": {
                "id": "{{id}}",
                "email": "{{email}}",
                "first_name": "Demo",
                "last_name": "User",
                "public_address": null,
                "created_at": "2023-11-24T06:44:11.637941Z",
                "account_owner": true,
                "security": {
                  "ssi": true,
                  "groups": [
                    "Super User"
                  ],
                  "permissions": [
                    "accounts.modify_settings",
                    "campaigns.view_campaign",
                    "entities.create_sales_target",
                    "entities.view_invoice",
                    "documents.add_document",
                    "events.add_event",
                    "emails.delete_email",
                    "documents.send_docusign_envelope",
                    "...trimmed for public demo..."
                  ],
                  "group_permissions": [
                    "accounts.modify_settings",
                    "campaigns.view_campaign",
                    "entities.create_sales_target",
                    "entities.view_invoice",
                    "documents.add_document",
                    "events.add_event",
                    "emails.delete_email",
                    "documents.send_docusign_envelope",
                    "...trimmed for public demo..."
                  ],
                  "direct_permissions": []
                },
                "account_id": "{{account_id}}",
                "timezone": "UTC",
                "phone": "{{phoneNumber}}",
                "phone_verified": true,
                "verified_for_calls": false,
                "twilio_number": null,
                "twilio_numbers": [],
                "country": "India",
                "country_code": "IN",
                "telephony": false,
                "google": false,
                "google_account": null,
                "quickbooks": false,
                "image": null,
                "settings": {
                  "locale": "en-GB",
                  "last_notice": "2026-02-04T15:07:06+05:30",
                  "defaultDemoiews": {
                    "company": null
                  },
                  "default_country": "IN",
                  "survey_complete": true,
                  "dashboard_layout": [
                    "ActivityStreamCard",
                    "CallQueueCard",
                    "DealGraphCard",
                    "UpcomingCalls",
                    "TwitterCard",
                    "TodaySchedule",
                    "CurrencyCard"
                  ],
                  "email_transport_id": null,
                  "exclude_home_cards": [
                    "SystemMessagesCard"
                  ]
                },
                "has_templates": true,
                "facebook_id": null,
                "facebook_auth": false,
                "linkedin_id": null,
                "linkedin_auth": false,
                "one_signal_ids": [],
                "has_docusign": false
              }
            },
            "process_time": 0.8140149116516113
          },
          "DurationMs": 2409,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.password",
            "Strategy": "secret",
            "Demoalue": "{{SECRET}}",
            "Reason": "Sensitive value."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:34:15.8738255Z"
      }
    },
    {
      "exportSequence": 2,
      "originalCallId": "demo-call-002",
      "selected": false,
      "businessPurpose": "Register browser push identifier",
      "nextStepName": "RegisterPushId",
      "dataUsage": "review",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/account/users/pushid/",
      "url": "https://api.freecrm.com/api/1/account/users/pushid/",
      "statusCode": 200,
      "request": {
        "Url": "https://api.freecrm.com/api/1/account/users/pushid/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/account/users/pushid/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "push_id": null
        }
      },
      "response": {
        "StatusCode": 200,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "allow": "POST, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "123",
          "date": "Mon, 18 May 2026 19:34:19 GMT",
          "content-type": "application/json",
          "vary": "origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "added": false,
              "push_ids": []
            }
          },
          "process_time": 0.011150598526000977
        },
        "DurationMs": 649,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.push_id",
          "Strategy": "parameterized",
          "Demoalue": "{{push_id}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-002",
        "SequenceNumber": 5,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Unknown",
        "Operation": "CreateOrActionUnknown",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/account/users/pushid/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/account/users/pushid/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "push_id": null
          }
        },
        "Response": {
          "StatusCode": 200,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "allow": "POST, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "123",
            "date": "Mon, 18 May 2026 19:34:19 GMT",
            "content-type": "application/json",
            "vary": "origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "added": false,
                "push_ids": []
              }
            },
            "process_time": 0.011150598526000977
          },
          "DurationMs": 649,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.push_id",
            "Strategy": "parameterized",
            "Demoalue": "{{push_id}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:34:18.3206305Z"
      }
    },
    {
      "exportSequence": 3,
      "originalCallId": "demo-call-003",
      "selected": false,
      "businessPurpose": "Create company",
      "nextStepName": "CreateCompany",
      "dataUsage": "main-action",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/companies/",
      "url": "https://api.freecrm.com/api/1/companies/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/companies/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/companies/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "name": "ATSserCompanyName",
          "tags": [
            {
              "id": "{{id}}",
              "name": "ATSserAutomation"
            }
          ],
          "url": "www.ATSser.com",
          "undefined": "www.ATSser.com",
          "phone": [
            {
              "channel_type": "Phone",
              "value": "{{phoneNumber}}",
              "name": "Home",
              "hint": "IN",
              "default": false
            }
          ],
          "description": "Test Description",
          "num_employees": "1",
          "annual_revenue": "1",
          "status": "Active",
          "source": "Customer",
          "priority": "Medium",
          "industry": "Software",
          "category": "Prospect",
          "vat_number": "DemoAT001",
          "identifier": "ATSser001",
          "email": "{{email}}",
          "addresses": [
            {
              "address": "{{address}}",
              "city": "{{city}}",
              "state": "{{state}}",
              "country": "",
              "country_code": "IN",
              "zip": "{{zip}}"
            }
          ]
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "content-encoding": "gzip",
          "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "1080",
          "date": "Mon, 18 May 2026 19:37:48 GMT",
          "content-type": "application/json",
          "vary": "Accept-Encoding, origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "account_id": "{{account_id}}",
              "template_id": null,
              "created_at": "2026-05-18T19:37:47Z",
              "last_modified": "2026-05-18T19:37:47Z",
              "created_by": {
                "id": "{{id}}",
                "email": "{{email}}",
                "name": "Demo User",
                "notification_opt_in": true
              },
              "aux_id": null,
              "aux_source": null,
              "aux_source_name": null,
              "private": false,
              "acl": [],
              "tags": [
                {
                  "id": "{{id}}",
                  "name": "ATSserAutomation"
                }
              ],
              "rating": 0,
              "flags": {
                "new": false,
                "updated": true,
                "email_received": false,
                "task_assigned": false,
                "case_assigned": false,
                "event_assigned": false,
                "call_assigned": false
              },
              "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
              "_type": "Company",
              "num_employees": "1",
              "annual_revenue": "1",
              "status": "Active",
              "source": "Customer",
              "priority": "Medium",
              "industry": "Software",
              "category": "Prospect",
              "vat_number": "DemoAT001",
              "identifier": "ATSser001",
              "name": "ATSserCompanyName",
              "description": "Test Description",
              "url": "www.ATSser.com",
              "image": null,
              "channels": [
                {
                  "id": "{{id}}",
                  "channel_type": "Email",
                  "value": "{{value}}",
                  "hint": null,
                  "social": false,
                  "call": false,
                  "sms": false,
                  "email": "{{email}}",
                  "default": false,
                  "name": null
                },
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                }
              ],
              "addresses": [
                {
                  "id": "{{id}}",
                  "address": "{{address}}",
                  "city": "{{city}}",
                  "state": "{{state}}",
                  "zip": "{{zip}}",
                  "country": "",
                  "country_code": "",
                  "map_url": null,
                  "lat": null,
                  "lng": null
                }
              ],
              "email": "{{email}}",
              "phone": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                }
              ],
              "access": {
                "private": false,
                "users": null
              },
              "notes": [],
              "alerts": [],
              "contacts": [],
              "cases": [],
              "documents": [],
              "deals": [],
              "tasks": [],
              "calls": [],
              "events": [],
              "invoices": []
            },
            "report": {
              "valid": [
                "name",
                "tags",
                "url",
                "description",
                "num_employees",
                "annual_revenue",
                "status",
                "source",
                "priority",
                "industry",
                "category",
                "vat_number",
                "identifier"
              ],
              "invalid": [
                "undefined"
              ],
              "errors": []
            }
          },
          "process_time": 0.2062382698059082
        },
        "DurationMs": 1721,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.tags[0].id",
          "Strategy": "static",
          "Demoalue": "{{id}}",
          "Reason": "Tag id is master data once selected; keep static unless environment changes."
        },
        {
          "Path": "$.tags[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.url",
          "Strategy": "parameterized",
          "Demoalue": "{{url}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.undefined",
          "Strategy": "parameterized",
          "Demoalue": "{{undefined}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.description",
          "Strategy": "parameterized",
          "Demoalue": "{{description}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.num_employees",
          "Strategy": "parameterized",
          "Demoalue": "{{num_employees}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.annual_revenue",
          "Strategy": "parameterized",
          "Demoalue": "{{annual_revenue}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.status",
          "Strategy": "parameterized",
          "Demoalue": "{{status}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.source",
          "Strategy": "parameterized",
          "Demoalue": "{{source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.priority",
          "Strategy": "parameterized",
          "Demoalue": "{{priority}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.industry",
          "Strategy": "parameterized",
          "Demoalue": "{{industry}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.category",
          "Strategy": "parameterized",
          "Demoalue": "{{category}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.vat_number",
          "Strategy": "parameterized",
          "Demoalue": "{{vat_number}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.identifier",
          "Strategy": "parameterized",
          "Demoalue": "{{identifier}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].address",
          "Strategy": "parameterized",
          "Demoalue": "{{address}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].city",
          "Strategy": "parameterized",
          "Demoalue": "{{city}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].state",
          "Strategy": "parameterized",
          "Demoalue": "{{state}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country",
          "Strategy": "parameterized",
          "Demoalue": "{{country}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country_code",
          "Strategy": "parameterized",
          "Demoalue": "{{country_code}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].zip",
          "Strategy": "parameterized",
          "Demoalue": "{{zip}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-003",
        "SequenceNumber": 64,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/companies/new",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Companies",
        "Operation": "CreateOrActionCompanies",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/companies/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/companies/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "name": "ATSserCompanyName",
            "tags": [
              {
                "id": "{{id}}",
                "name": "ATSserAutomation"
              }
            ],
            "url": "www.ATSser.com",
            "undefined": "www.ATSser.com",
            "phone": [
              {
                "channel_type": "Phone",
                "value": "{{phoneNumber}}",
                "name": "Home",
                "hint": "IN",
                "default": false
              }
            ],
            "description": "Test Description",
            "num_employees": "1",
            "annual_revenue": "1",
            "status": "Active",
            "source": "Customer",
            "priority": "Medium",
            "industry": "Software",
            "category": "Prospect",
            "vat_number": "DemoAT001",
            "identifier": "ATSser001",
            "email": "{{email}}",
            "addresses": [
              {
                "address": "{{address}}",
                "city": "{{city}}",
                "state": "{{state}}",
                "country": "",
                "country_code": "IN",
                "zip": "{{zip}}"
              }
            ]
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "content-encoding": "gzip",
            "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "1080",
            "date": "Mon, 18 May 2026 19:37:48 GMT",
            "content-type": "application/json",
            "vary": "Accept-Encoding, origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "account_id": "{{account_id}}",
                "template_id": null,
                "created_at": "2026-05-18T19:37:47Z",
                "last_modified": "2026-05-18T19:37:47Z",
                "created_by": {
                  "id": "{{id}}",
                  "email": "{{email}}",
                  "name": "Demo User",
                  "notification_opt_in": true
                },
                "aux_id": null,
                "aux_source": null,
                "aux_source_name": null,
                "private": false,
                "acl": [],
                "tags": [
                  {
                    "id": "{{id}}",
                    "name": "ATSserAutomation"
                  }
                ],
                "rating": 0,
                "flags": {
                  "new": false,
                  "updated": true,
                  "email_received": false,
                  "task_assigned": false,
                  "case_assigned": false,
                  "event_assigned": false,
                  "call_assigned": false
                },
                "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
                "_type": "Company",
                "num_employees": "1",
                "annual_revenue": "1",
                "status": "Active",
                "source": "Customer",
                "priority": "Medium",
                "industry": "Software",
                "category": "Prospect",
                "vat_number": "DemoAT001",
                "identifier": "ATSser001",
                "name": "ATSserCompanyName",
                "description": "Test Description",
                "url": "www.ATSser.com",
                "image": null,
                "channels": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Email",
                    "value": "{{value}}",
                    "hint": null,
                    "social": false,
                    "call": false,
                    "sms": false,
                    "email": "{{email}}",
                    "default": false,
                    "name": null
                  },
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  }
                ],
                "addresses": [
                  {
                    "id": "{{id}}",
                    "address": "{{address}}",
                    "city": "{{city}}",
                    "state": "{{state}}",
                    "zip": "{{zip}}",
                    "country": "",
                    "country_code": "",
                    "map_url": null,
                    "lat": null,
                    "lng": null
                  }
                ],
                "email": "{{email}}",
                "phone": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  }
                ],
                "access": {
                  "private": false,
                  "users": null
                },
                "notes": [],
                "alerts": [],
                "contacts": [],
                "cases": [],
                "documents": [],
                "deals": [],
                "tasks": [],
                "calls": [],
                "events": [],
                "invoices": []
              },
              "report": {
                "valid": [
                  "name",
                  "tags",
                  "url",
                  "description",
                  "num_employees",
                  "annual_revenue",
                  "status",
                  "source",
                  "priority",
                  "industry",
                  "category",
                  "vat_number",
                  "identifier"
                ],
                "invalid": [
                  "undefined"
                ],
                "errors": []
              }
            },
            "process_time": 0.2062382698059082
          },
          "DurationMs": 1721,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.tags[0].id",
            "Strategy": "static",
            "Demoalue": "{{id}}",
            "Reason": "Tag id is master data once selected; keep static unless environment changes."
          },
          {
            "Path": "$.tags[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.url",
            "Strategy": "parameterized",
            "Demoalue": "{{url}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.undefined",
            "Strategy": "parameterized",
            "Demoalue": "{{undefined}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.description",
            "Strategy": "parameterized",
            "Demoalue": "{{description}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.num_employees",
            "Strategy": "parameterized",
            "Demoalue": "{{num_employees}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.annual_revenue",
            "Strategy": "parameterized",
            "Demoalue": "{{annual_revenue}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.status",
            "Strategy": "parameterized",
            "Demoalue": "{{status}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.source",
            "Strategy": "parameterized",
            "Demoalue": "{{source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.priority",
            "Strategy": "parameterized",
            "Demoalue": "{{priority}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.industry",
            "Strategy": "parameterized",
            "Demoalue": "{{industry}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.category",
            "Strategy": "parameterized",
            "Demoalue": "{{category}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.vat_number",
            "Strategy": "parameterized",
            "Demoalue": "{{vat_number}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.identifier",
            "Strategy": "parameterized",
            "Demoalue": "{{identifier}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].address",
            "Strategy": "parameterized",
            "Demoalue": "{{address}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].city",
            "Strategy": "parameterized",
            "Demoalue": "{{city}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].state",
            "Strategy": "parameterized",
            "Demoalue": "{{state}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country",
            "Strategy": "parameterized",
            "Demoalue": "{{country}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country_code",
            "Strategy": "parameterized",
            "Demoalue": "{{country_code}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].zip",
            "Strategy": "parameterized",
            "Demoalue": "{{zip}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:37:45.8765438Z"
      }
    },
    {
      "exportSequence": 4,
      "originalCallId": "demo-call-004",
      "selected": false,
      "businessPurpose": "Demoalidate created company",
      "nextStepName": "GetCompanyById",
      "dataUsage": "validation",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/companies/{{companyId}}/",
      "url": "https://api.freecrm.com/api/1/companies/{{companyId}}/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/companies/{{companyId}}/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/companies/{{companyId}}/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "name": "ATSserCompanyName",
          "id": "{{id}}",
          "account_id": "{{account_id}}",
          "template_id": null,
          "created_at": "2026-05-18T19:37:47Z",
          "last_modified": "2026-05-18T19:37:47Z",
          "created_by": {
            "id": "{{id}}",
            "email": "{{email}}",
            "name": "Demo User",
            "notification_opt_in": true
          },
          "aux_id": null,
          "aux_source": null,
          "aux_source_name": null,
          "private": false,
          "acl": [],
          "tags": [
            {
              "id": "{{id}}",
              "name": "ATSserAutomation"
            }
          ],
          "rating": 0,
          "flags": {
            "new": false,
            "updated": true,
            "email_received": false,
            "task_assigned": false,
            "case_assigned": false,
            "event_assigned": false,
            "call_assigned": false
          },
          "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
          "_type": "Company",
          "source": "Customer",
          "status": "Active",
          "category": "Prospect",
          "industry": "Software",
          "priority": "Medium",
          "identifier": "ATSser001",
          "vat_number": "DemoAT001",
          "num_employees": "1",
          "annual_revenue": "1",
          "description": "Test Description Checking if update or new one",
          "url": "www.ATSser.com",
          "image": null,
          "channels": [
            {
              "id": "{{id}}",
              "channel_type": "Email",
              "value": "{{value}}",
              "hint": null,
              "social": false,
              "call": false,
              "sms": false,
              "email": "{{email}}",
              "default": false,
              "name": null
            },
            {
              "id": "{{id}}",
              "channel_type": "Phone",
              "value": "{{value}}",
              "hint": "IN",
              "social": false,
              "call": true,
              "sms": true,
              "email": "{{email}}",
              "default": false,
              "name": "Home"
            }
          ],
          "addresses": [
            {
              "id": "{{id}}",
              "address": "{{address}}",
              "city": "{{city}}",
              "state": "{{state}}",
              "zip": "{{zip}}",
              "country": "",
              "country_code": "",
              "map_url": null,
              "lat": null,
              "lng": null
            }
          ],
          "email": "{{email}}",
          "phone": [
            {
              "id": "{{id}}",
              "channel_type": "Phone",
              "value": "{{value}}",
              "hint": "IN",
              "social": false,
              "call": true,
              "sms": true,
              "email": "{{email}}",
              "default": false,
              "name": "Home"
            }
          ],
          "access": {
            "private": false,
            "users": null
          },
          "notes": [],
          "alerts": [],
          "contacts": [],
          "cases": [],
          "documents": [],
          "deals": [],
          "tasks": [],
          "calls": [],
          "events": [],
          "invoices": []
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "content-encoding": "gzip",
          "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "1130",
          "date": "Mon, 18 May 2026 19:38:09 GMT",
          "content-type": "application/json",
          "vary": "Accept-Encoding, origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "account_id": "{{account_id}}",
              "template_id": null,
              "created_at": "2026-05-18T19:37:47Z",
              "last_modified": "2026-05-18T19:38:09Z",
              "created_by": {
                "id": "{{id}}",
                "email": "{{email}}",
                "name": "Demo User",
                "notification_opt_in": true
              },
              "aux_id": null,
              "aux_source": null,
              "aux_source_name": null,
              "private": false,
              "acl": [],
              "tags": [
                {
                  "id": "{{id}}",
                  "name": "ATSserAutomation"
                }
              ],
              "rating": 0,
              "flags": {
                "new": false,
                "updated": true,
                "email_received": false,
                "task_assigned": false,
                "case_assigned": false,
                "event_assigned": false,
                "call_assigned": false
              },
              "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
              "_type": "Company",
              "source": "Customer",
              "status": "Active",
              "category": "Prospect",
              "industry": "Software",
              "priority": "Medium",
              "identifier": "ATSser001",
              "vat_number": "DemoAT001",
              "num_employees": "1",
              "annual_revenue": "1",
              "name": "ATSserCompanyName",
              "description": "Test Description Checking if update or new one",
              "url": "www.ATSser.com",
              "image": null,
              "channels": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                },
                {
                  "id": "{{id}}",
                  "channel_type": "Email",
                  "value": "{{value}}",
                  "hint": null,
                  "social": false,
                  "call": false,
                  "sms": false,
                  "email": "{{email}}",
                  "default": false,
                  "name": null
                }
              ],
              "addresses": [
                {
                  "id": "{{id}}",
                  "address": "{{address}}",
                  "city": "{{city}}",
                  "state": "{{state}}",
                  "zip": "{{zip}}",
                  "country": "",
                  "country_code": "",
                  "map_url": null,
                  "lat": null,
                  "lng": null
                }
              ],
              "phone": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                }
              ],
              "email": "{{email}}",
              "access": {
                "private": false,
                "users": []
              },
              "notes": [],
              "alerts": [],
              "contacts": [],
              "cases": [],
              "documents": [],
              "deals": [],
              "tasks": [],
              "calls": [],
              "events": [],
              "invoices": []
            },
            "report": {
              "valid": [
                "name",
                "id",
                "created_at",
                "last_modified",
                "aux_id",
                "aux_source",
                "tags",
                "rating",
                "source",
                "status",
                "category",
                "industry",
                "priority",
                "identifier",
                "vat_number",
                "num_employees",
                "annual_revenue",
                "description",
                "url"
              ],
              "invalid": [
                "aux_source_name",
                "_uri",
                "_type",
                "notes",
                "alerts",
                "cases",
                "deals",
                "tasks",
                "calls",
                "events",
                "invoices"
              ],
              "errors": []
            }
          },
          "process_time": 0.2580547332763672
        },
        "DurationMs": 1045,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.account_id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.template_id",
          "Strategy": "parameterized",
          "Demoalue": "{{template_id}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_at",
          "Strategy": "parameterized",
          "Demoalue": "{{created_at}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_modified",
          "Strategy": "parameterized",
          "Demoalue": "{{last_modified}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.created_by.email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.notification_opt_in",
          "Strategy": "parameterized",
          "Demoalue": "{{notification_opt_in}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_id",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_id}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_source",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_source_name",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_source_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.private",
          "Strategy": "parameterized",
          "Demoalue": "{{private}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.tags[0].id",
          "Strategy": "static",
          "Demoalue": "{{id}}",
          "Reason": "Tag id is master data once selected; keep static unless environment changes."
        },
        {
          "Path": "$.tags[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.rating",
          "Strategy": "parameterized",
          "Demoalue": "{{rating}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.new",
          "Strategy": "parameterized",
          "Demoalue": "{{new}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.updated",
          "Strategy": "parameterized",
          "Demoalue": "{{updated}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.email_received",
          "Strategy": "parameterized",
          "Demoalue": "{{email_received}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.task_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{task_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.case_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{case_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.event_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{event_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.call_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{call_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$._uri",
          "Strategy": "parameterized",
          "Demoalue": "{{_uri}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$._type",
          "Strategy": "parameterized",
          "Demoalue": "{{_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.source",
          "Strategy": "parameterized",
          "Demoalue": "{{source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.status",
          "Strategy": "parameterized",
          "Demoalue": "{{status}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.category",
          "Strategy": "parameterized",
          "Demoalue": "{{category}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.industry",
          "Strategy": "parameterized",
          "Demoalue": "{{industry}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.priority",
          "Strategy": "parameterized",
          "Demoalue": "{{priority}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.identifier",
          "Strategy": "parameterized",
          "Demoalue": "{{identifier}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.vat_number",
          "Strategy": "parameterized",
          "Demoalue": "{{vat_number}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.num_employees",
          "Strategy": "parameterized",
          "Demoalue": "{{num_employees}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.annual_revenue",
          "Strategy": "parameterized",
          "Demoalue": "{{annual_revenue}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.description",
          "Strategy": "parameterized",
          "Demoalue": "{{description}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.url",
          "Strategy": "parameterized",
          "Demoalue": "{{url}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.image",
          "Strategy": "parameterized",
          "Demoalue": "{{image}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.channels[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.channels[1].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.channels[1].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.addresses[0].address",
          "Strategy": "parameterized",
          "Demoalue": "{{address}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].city",
          "Strategy": "parameterized",
          "Demoalue": "{{city}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].state",
          "Strategy": "parameterized",
          "Demoalue": "{{state}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].zip",
          "Strategy": "parameterized",
          "Demoalue": "{{zip}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country",
          "Strategy": "parameterized",
          "Demoalue": "{{country}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country_code",
          "Strategy": "parameterized",
          "Demoalue": "{{country_code}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].map_url",
          "Strategy": "parameterized",
          "Demoalue": "{{map_url}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].lat",
          "Strategy": "parameterized",
          "Demoalue": "{{lat}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].lng",
          "Strategy": "parameterized",
          "Demoalue": "{{lng}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.email[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.phone[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.access.private",
          "Strategy": "parameterized",
          "Demoalue": "{{private}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.access.users",
          "Strategy": "parameterized",
          "Demoalue": "{{users}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-004",
        "SequenceNumber": 69,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/companies/edit/{{companyId}}",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Companies",
        "Operation": "CreateOrActionCompanies",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/companies/{{companyId}}/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/companies/{{companyId}}/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "name": "ATSserCompanyName",
            "id": "{{id}}",
            "account_id": "{{account_id}}",
            "template_id": null,
            "created_at": "2026-05-18T19:37:47Z",
            "last_modified": "2026-05-18T19:37:47Z",
            "created_by": {
              "id": "{{id}}",
              "email": "{{email}}",
              "name": "Demo User",
              "notification_opt_in": true
            },
            "aux_id": null,
            "aux_source": null,
            "aux_source_name": null,
            "private": false,
            "acl": [],
            "tags": [
              {
                "id": "{{id}}",
                "name": "ATSserAutomation"
              }
            ],
            "rating": 0,
            "flags": {
              "new": false,
              "updated": true,
              "email_received": false,
              "task_assigned": false,
              "case_assigned": false,
              "event_assigned": false,
              "call_assigned": false
            },
            "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
            "_type": "Company",
            "source": "Customer",
            "status": "Active",
            "category": "Prospect",
            "industry": "Software",
            "priority": "Medium",
            "identifier": "ATSser001",
            "vat_number": "DemoAT001",
            "num_employees": "1",
            "annual_revenue": "1",
            "description": "Test Description Checking if update or new one",
            "url": "www.ATSser.com",
            "image": null,
            "channels": [
              {
                "id": "{{id}}",
                "channel_type": "Email",
                "value": "{{value}}",
                "hint": null,
                "social": false,
                "call": false,
                "sms": false,
                "email": "{{email}}",
                "default": false,
                "name": null
              },
              {
                "id": "{{id}}",
                "channel_type": "Phone",
                "value": "{{value}}",
                "hint": "IN",
                "social": false,
                "call": true,
                "sms": true,
                "email": "{{email}}",
                "default": false,
                "name": "Home"
              }
            ],
            "addresses": [
              {
                "id": "{{id}}",
                "address": "{{address}}",
                "city": "{{city}}",
                "state": "{{state}}",
                "zip": "{{zip}}",
                "country": "",
                "country_code": "",
                "map_url": null,
                "lat": null,
                "lng": null
              }
            ],
            "email": "{{email}}",
            "phone": [
              {
                "id": "{{id}}",
                "channel_type": "Phone",
                "value": "{{value}}",
                "hint": "IN",
                "social": false,
                "call": true,
                "sms": true,
                "email": "{{email}}",
                "default": false,
                "name": "Home"
              }
            ],
            "access": {
              "private": false,
              "users": null
            },
            "notes": [],
            "alerts": [],
            "contacts": [],
            "cases": [],
            "documents": [],
            "deals": [],
            "tasks": [],
            "calls": [],
            "events": [],
            "invoices": []
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "content-encoding": "gzip",
            "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "1130",
            "date": "Mon, 18 May 2026 19:38:09 GMT",
            "content-type": "application/json",
            "vary": "Accept-Encoding, origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "account_id": "{{account_id}}",
                "template_id": null,
                "created_at": "2026-05-18T19:37:47Z",
                "last_modified": "2026-05-18T19:38:09Z",
                "created_by": {
                  "id": "{{id}}",
                  "email": "{{email}}",
                  "name": "Demo User",
                  "notification_opt_in": true
                },
                "aux_id": null,
                "aux_source": null,
                "aux_source_name": null,
                "private": false,
                "acl": [],
                "tags": [
                  {
                    "id": "{{id}}",
                    "name": "ATSserAutomation"
                  }
                ],
                "rating": 0,
                "flags": {
                  "new": false,
                  "updated": true,
                  "email_received": false,
                  "task_assigned": false,
                  "case_assigned": false,
                  "event_assigned": false,
                  "call_assigned": false
                },
                "_uri": "https://ui.freecrm.com/companies/{{companyId}}",
                "_type": "Company",
                "source": "Customer",
                "status": "Active",
                "category": "Prospect",
                "industry": "Software",
                "priority": "Medium",
                "identifier": "ATSser001",
                "vat_number": "DemoAT001",
                "num_employees": "1",
                "annual_revenue": "1",
                "name": "ATSserCompanyName",
                "description": "Test Description Checking if update or new one",
                "url": "www.ATSser.com",
                "image": null,
                "channels": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  },
                  {
                    "id": "{{id}}",
                    "channel_type": "Email",
                    "value": "{{value}}",
                    "hint": null,
                    "social": false,
                    "call": false,
                    "sms": false,
                    "email": "{{email}}",
                    "default": false,
                    "name": null
                  }
                ],
                "addresses": [
                  {
                    "id": "{{id}}",
                    "address": "{{address}}",
                    "city": "{{city}}",
                    "state": "{{state}}",
                    "zip": "{{zip}}",
                    "country": "",
                    "country_code": "",
                    "map_url": null,
                    "lat": null,
                    "lng": null
                  }
                ],
                "phone": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  }
                ],
                "email": "{{email}}",
                "access": {
                  "private": false,
                  "users": []
                },
                "notes": [],
                "alerts": [],
                "contacts": [],
                "cases": [],
                "documents": [],
                "deals": [],
                "tasks": [],
                "calls": [],
                "events": [],
                "invoices": []
              },
              "report": {
                "valid": [
                  "name",
                  "id",
                  "created_at",
                  "last_modified",
                  "aux_id",
                  "aux_source",
                  "tags",
                  "rating",
                  "source",
                  "status",
                  "category",
                  "industry",
                  "priority",
                  "identifier",
                  "vat_number",
                  "num_employees",
                  "annual_revenue",
                  "description",
                  "url"
                ],
                "invalid": [
                  "aux_source_name",
                  "_uri",
                  "_type",
                  "notes",
                  "alerts",
                  "cases",
                  "deals",
                  "tasks",
                  "calls",
                  "events",
                  "invoices"
                ],
                "errors": []
              }
            },
            "process_time": 0.2580547332763672
          },
          "DurationMs": 1045,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.account_id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.template_id",
            "Strategy": "parameterized",
            "Demoalue": "{{template_id}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_at",
            "Strategy": "parameterized",
            "Demoalue": "{{created_at}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_modified",
            "Strategy": "parameterized",
            "Demoalue": "{{last_modified}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.created_by.email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.notification_opt_in",
            "Strategy": "parameterized",
            "Demoalue": "{{notification_opt_in}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_id",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_id}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_source",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_source_name",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_source_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.private",
            "Strategy": "parameterized",
            "Demoalue": "{{private}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.tags[0].id",
            "Strategy": "static",
            "Demoalue": "{{id}}",
            "Reason": "Tag id is master data once selected; keep static unless environment changes."
          },
          {
            "Path": "$.tags[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.rating",
            "Strategy": "parameterized",
            "Demoalue": "{{rating}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.new",
            "Strategy": "parameterized",
            "Demoalue": "{{new}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.updated",
            "Strategy": "parameterized",
            "Demoalue": "{{updated}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.email_received",
            "Strategy": "parameterized",
            "Demoalue": "{{email_received}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.task_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{task_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.case_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{case_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.event_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{event_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.call_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{call_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$._uri",
            "Strategy": "parameterized",
            "Demoalue": "{{_uri}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$._type",
            "Strategy": "parameterized",
            "Demoalue": "{{_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.source",
            "Strategy": "parameterized",
            "Demoalue": "{{source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.status",
            "Strategy": "parameterized",
            "Demoalue": "{{status}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.category",
            "Strategy": "parameterized",
            "Demoalue": "{{category}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.industry",
            "Strategy": "parameterized",
            "Demoalue": "{{industry}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.priority",
            "Strategy": "parameterized",
            "Demoalue": "{{priority}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.identifier",
            "Strategy": "parameterized",
            "Demoalue": "{{identifier}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.vat_number",
            "Strategy": "parameterized",
            "Demoalue": "{{vat_number}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.num_employees",
            "Strategy": "parameterized",
            "Demoalue": "{{num_employees}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.annual_revenue",
            "Strategy": "parameterized",
            "Demoalue": "{{annual_revenue}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.description",
            "Strategy": "parameterized",
            "Demoalue": "{{description}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.url",
            "Strategy": "parameterized",
            "Demoalue": "{{url}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.image",
            "Strategy": "parameterized",
            "Demoalue": "{{image}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.channels[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.channels[1].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.channels[1].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.addresses[0].address",
            "Strategy": "parameterized",
            "Demoalue": "{{address}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].city",
            "Strategy": "parameterized",
            "Demoalue": "{{city}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].state",
            "Strategy": "parameterized",
            "Demoalue": "{{state}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].zip",
            "Strategy": "parameterized",
            "Demoalue": "{{zip}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country",
            "Strategy": "parameterized",
            "Demoalue": "{{country}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country_code",
            "Strategy": "parameterized",
            "Demoalue": "{{country_code}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].map_url",
            "Strategy": "parameterized",
            "Demoalue": "{{map_url}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].lat",
            "Strategy": "parameterized",
            "Demoalue": "{{lat}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].lng",
            "Strategy": "parameterized",
            "Demoalue": "{{lng}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.email[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.phone[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.access.private",
            "Strategy": "parameterized",
            "Demoalue": "{{private}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.access.users",
            "Strategy": "parameterized",
            "Demoalue": "{{users}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:38:08.003667Z"
      }
    },
    {
      "exportSequence": 5,
      "originalCallId": "demo-call-005",
      "selected": false,
      "businessPurpose": "Open contact creation workflow",
      "nextStepName": "PrepareContactCreation",
      "dataUsage": "review",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/add/contact/",
      "url": "https://api.freecrm.com/api/1/add/contact/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/add/contact/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/add/contact/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "value": "ATSser Supervisor"
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "allow": "POST, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "166",
          "date": "Mon, 18 May 2026 19:39:43 GMT",
          "content-type": "application/json",
          "vary": "origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "name": "ATSser Supervisor"
            }
          },
          "process_time": 0.023677349090576172
        },
        "DurationMs": 587,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-005",
        "SequenceNumber": 98,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/contacts/new",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Unknown",
        "Operation": "CreateOrActionUnknown",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/add/contact/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/add/contact/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "value": "ATSser Supervisor"
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "allow": "POST, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "166",
            "date": "Mon, 18 May 2026 19:39:43 GMT",
            "content-type": "application/json",
            "vary": "origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "name": "ATSser Supervisor"
              }
            },
            "process_time": 0.023677349090576172
          },
          "DurationMs": 587,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:39:41.6465605Z"
      }
    },
    {
      "exportSequence": 6,
      "originalCallId": "demo-call-006",
      "selected": false,
      "businessPurpose": "Open contact creation workflow",
      "nextStepName": "PrepareContactCreation",
      "dataUsage": "review",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/add/contact/",
      "url": "https://api.freecrm.com/api/1/add/contact/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/add/contact/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/add/contact/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "value": "ATSser Assistant"
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "allow": "POST, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "164",
          "date": "Mon, 18 May 2026 19:39:55 GMT",
          "content-type": "application/json",
          "vary": "origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "name": "ATSser Assistant"
            }
          },
          "process_time": 0.03345513343811035
        },
        "DurationMs": 342,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-006",
        "SequenceNumber": 119,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/contacts/new",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Unknown",
        "Operation": "CreateOrActionUnknown",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/add/contact/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/add/contact/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "value": "ATSser Assistant"
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "allow": "POST, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "164",
            "date": "Mon, 18 May 2026 19:39:55 GMT",
            "content-type": "application/json",
            "vary": "origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "name": "ATSser Assistant"
              }
            },
            "process_time": 0.03345513343811035
          },
          "DurationMs": 342,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:39:54.4863664Z"
      }
    },
    {
      "exportSequence": 7,
      "originalCallId": "demo-call-007",
      "selected": false,
      "businessPurpose": "Open contact creation workflow",
      "nextStepName": "PrepareContactCreation",
      "dataUsage": "review",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/add/contact/",
      "url": "https://api.freecrm.com/api/1/add/contact/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/add/contact/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/add/contact/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "value": "ATSSer Referred"
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "allow": "POST, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "163",
          "date": "Mon, 18 May 2026 19:40:07 GMT",
          "content-type": "application/json",
          "vary": "origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "name": "ATSSer Referred"
            }
          },
          "process_time": 0.03504681587219238
        },
        "DurationMs": 286,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-007",
        "SequenceNumber": 137,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/contacts/new",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Unknown",
        "Operation": "CreateOrActionUnknown",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/add/contact/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/add/contact/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "value": "ATSSer Referred"
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "allow": "POST, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "163",
            "date": "Mon, 18 May 2026 19:40:07 GMT",
            "content-type": "application/json",
            "vary": "origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "name": "ATSSer Referred"
              }
            },
            "process_time": 0.03504681587219238
          },
          "DurationMs": 286,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:40:06.0950582Z"
      }
    },
    {
      "exportSequence": 8,
      "originalCallId": "demo-call-008",
      "selected": false,
      "businessPurpose": "Create contact",
      "nextStepName": "CreateContact",
      "dataUsage": "main-action",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/contacts/",
      "url": "https://api.freecrm.com/api/1/contacts/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/contacts/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/contacts/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "first_name": "FN",
          "last_name": "LN",
          "tags": [
            {
              "id": "{{id}}",
              "name": "ATSserAutomation"
            }
          ],
          "middle_name": "MN",
          "company": "{{id}}",
          "category": "Customer",
          "email": "{{email}}",
          "description": "Test Decription",
          "status": "Active",
          "addresses": [
            {
              "address": "{{address}}",
              "city": "{{city}}",
              "state": "{{state}}",
              "country": "",
              "country_code": "IN",
              "zip": "{{zip}}"
            }
          ],
          "phone": [
            {
              "channel_type": "Phone",
              "value": "{{phoneNumber}}",
              "name": "Home",
              "hint": "IN",
              "default": false
            }
          ],
          "position": "Tester",
          "supervisor": "{{id}}",
          "assistant": "{{id}}",
          "referred_by": "{{id}}",
          "source": "Google",
          "do_not_call": true,
          "do_not_text": true,
          "birthday": {
            "day": "01",
            "month": 11,
            "year": "1997"
          },
          "identifier": "ATSSer001"
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "content-encoding": "gzip",
          "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "1318",
          "date": "Mon, 18 May 2026 19:40:42 GMT",
          "content-type": "application/json",
          "vary": "Accept-Encoding, origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "account_id": "{{account_id}}",
              "template_id": null,
              "created_at": "2026-05-18T19:40:42Z",
              "last_modified": "2026-05-18T19:40:42Z",
              "created_by": {
                "id": "{{id}}",
                "email": "{{email}}",
                "name": "Demo User",
                "notification_opt_in": true
              },
              "aux_id": null,
              "aux_source": null,
              "aux_source_name": null,
              "private": false,
              "acl": [],
              "tags": [
                {
                  "id": "{{id}}",
                  "name": "ATSserAutomation"
                }
              ],
              "rating": 0,
              "flags": {
                "new": false,
                "updated": true,
                "email_received": false,
                "task_assigned": false,
                "case_assigned": false,
                "event_assigned": false,
                "call_assigned": false
              },
              "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
              "_type": "Contact",
              "category": "Customer",
              "status": "Active",
              "position": "Tester",
              "supervisor": {
                "id": "{{id}}",
                "name": "ATSser Supervisor"
              },
              "assistant": {
                "id": "{{id}}",
                "name": "ATSser Assistant"
              },
              "referred_by": {
                "id": "{{id}}",
                "name": "ATSSer Referred"
              },
              "source": "Google",
              "birthday": {
                "day": "01",
                "month": 11,
                "year": "1997"
              },
              "identifier": "ATSSer001",
              "last_call": null,
              "last_event": null,
              "first_name": "FN",
              "last_name": "LN",
              "middle_name": "MN",
              "full_name": "FN MN LN",
              "name": "FN MN LN",
              "description": "Test Decription",
              "timezone": null,
              "do_not_call": true,
              "do_not_text": true,
              "do_not_email": false,
              "image": null,
              "channels": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                },
                {
                  "id": "{{id}}",
                  "channel_type": "Email",
                  "value": "{{value}}",
                  "hint": null,
                  "social": false,
                  "call": false,
                  "sms": false,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Work"
                }
              ],
              "addresses": [
                {
                  "id": "{{id}}",
                  "address": "{{address}}",
                  "city": "{{city}}",
                  "state": "{{state}}",
                  "zip": "{{zip}}",
                  "country": "",
                  "country_code": "",
                  "map_url": null,
                  "lat": null,
                  "lng": null
                }
              ],
              "company": {
                "id": "{{id}}",
                "name": "ATSserCompanyName",
                "position": null
              },
              "local_time": null,
              "phone": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                }
              ],
              "email": "{{email}}",
              "access": {
                "private": false,
                "users": null
              },
              "notes": [],
              "alerts": [],
              "tasks": [],
              "cases": [],
              "deals": [],
              "calls": [],
              "events": [],
              "documents": [],
              "sms": [],
              "campaigns": [],
              "credentials": [],
              "whatsapp": [],
              "submissions": [],
              "invoices": []
            },
            "report": {
              "valid": [
                "first_name",
                "last_name",
                "tags",
                "middle_name",
                "category",
                "description",
                "status",
                "position",
                "supervisor",
                "assistant",
                "referred_by",
                "source",
                "do_not_call",
                "do_not_text",
                "birthday",
                "identifier"
              ],
              "invalid": [],
              "errors": []
            }
          },
          "process_time": 0.24486351013183594
        },
        "DurationMs": 1269,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.first_name",
          "Strategy": "parameterized",
          "Demoalue": "{{first_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_name",
          "Strategy": "parameterized",
          "Demoalue": "{{last_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.tags[0].id",
          "Strategy": "static",
          "Demoalue": "{{id}}",
          "Reason": "Tag id is master data once selected; keep static unless environment changes."
        },
        {
          "Path": "$.tags[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.middle_name",
          "Strategy": "parameterized",
          "Demoalue": "{{middle_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.company",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.category",
          "Strategy": "parameterized",
          "Demoalue": "{{category}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.description",
          "Strategy": "parameterized",
          "Demoalue": "{{description}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.status",
          "Strategy": "parameterized",
          "Demoalue": "{{status}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].address",
          "Strategy": "parameterized",
          "Demoalue": "{{address}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].city",
          "Strategy": "parameterized",
          "Demoalue": "{{city}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].state",
          "Strategy": "parameterized",
          "Demoalue": "{{state}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country",
          "Strategy": "parameterized",
          "Demoalue": "{{country}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country_code",
          "Strategy": "parameterized",
          "Demoalue": "{{country_code}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].zip",
          "Strategy": "parameterized",
          "Demoalue": "{{zip}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.position",
          "Strategy": "parameterized",
          "Demoalue": "{{position}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.supervisor",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.assistant",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.referred_by",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.source",
          "Strategy": "parameterized",
          "Demoalue": "{{source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.do_not_call",
          "Strategy": "parameterized",
          "Demoalue": "{{do_not_call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.do_not_text",
          "Strategy": "parameterized",
          "Demoalue": "{{do_not_text}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.day",
          "Strategy": "parameterized",
          "Demoalue": "{{day}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.month",
          "Strategy": "parameterized",
          "Demoalue": "{{month}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.year",
          "Strategy": "parameterized",
          "Demoalue": "{{year}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.identifier",
          "Strategy": "parameterized",
          "Demoalue": "{{identifier}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-008",
        "SequenceNumber": 138,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/contacts/new",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Contacts",
        "Operation": "CreateOrActionContacts",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/contacts/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/contacts/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "first_name": "FN",
            "last_name": "LN",
            "tags": [
              {
                "id": "{{id}}",
                "name": "ATSserAutomation"
              }
            ],
            "middle_name": "MN",
            "company": "{{id}}",
            "category": "Customer",
            "email": "{{email}}",
            "description": "Test Decription",
            "status": "Active",
            "addresses": [
              {
                "address": "{{address}}",
                "city": "{{city}}",
                "state": "{{state}}",
                "country": "",
                "country_code": "IN",
                "zip": "{{zip}}"
              }
            ],
            "phone": [
              {
                "channel_type": "Phone",
                "value": "{{phoneNumber}}",
                "name": "Home",
                "hint": "IN",
                "default": false
              }
            ],
            "position": "Tester",
            "supervisor": "{{id}}",
            "assistant": "{{id}}",
            "referred_by": "{{id}}",
            "source": "Google",
            "do_not_call": true,
            "do_not_text": true,
            "birthday": {
              "day": "01",
              "month": 11,
              "year": "1997"
            },
            "identifier": "ATSSer001"
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "content-encoding": "gzip",
            "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "1318",
            "date": "Mon, 18 May 2026 19:40:42 GMT",
            "content-type": "application/json",
            "vary": "Accept-Encoding, origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "account_id": "{{account_id}}",
                "template_id": null,
                "created_at": "2026-05-18T19:40:42Z",
                "last_modified": "2026-05-18T19:40:42Z",
                "created_by": {
                  "id": "{{id}}",
                  "email": "{{email}}",
                  "name": "Demo User",
                  "notification_opt_in": true
                },
                "aux_id": null,
                "aux_source": null,
                "aux_source_name": null,
                "private": false,
                "acl": [],
                "tags": [
                  {
                    "id": "{{id}}",
                    "name": "ATSserAutomation"
                  }
                ],
                "rating": 0,
                "flags": {
                  "new": false,
                  "updated": true,
                  "email_received": false,
                  "task_assigned": false,
                  "case_assigned": false,
                  "event_assigned": false,
                  "call_assigned": false
                },
                "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
                "_type": "Contact",
                "category": "Customer",
                "status": "Active",
                "position": "Tester",
                "supervisor": {
                  "id": "{{id}}",
                  "name": "ATSser Supervisor"
                },
                "assistant": {
                  "id": "{{id}}",
                  "name": "ATSser Assistant"
                },
                "referred_by": {
                  "id": "{{id}}",
                  "name": "ATSSer Referred"
                },
                "source": "Google",
                "birthday": {
                  "day": "01",
                  "month": 11,
                  "year": "1997"
                },
                "identifier": "ATSSer001",
                "last_call": null,
                "last_event": null,
                "first_name": "FN",
                "last_name": "LN",
                "middle_name": "MN",
                "full_name": "FN MN LN",
                "name": "FN MN LN",
                "description": "Test Decription",
                "timezone": null,
                "do_not_call": true,
                "do_not_text": true,
                "do_not_email": false,
                "image": null,
                "channels": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  },
                  {
                    "id": "{{id}}",
                    "channel_type": "Email",
                    "value": "{{value}}",
                    "hint": null,
                    "social": false,
                    "call": false,
                    "sms": false,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Work"
                  }
                ],
                "addresses": [
                  {
                    "id": "{{id}}",
                    "address": "{{address}}",
                    "city": "{{city}}",
                    "state": "{{state}}",
                    "zip": "{{zip}}",
                    "country": "",
                    "country_code": "",
                    "map_url": null,
                    "lat": null,
                    "lng": null
                  }
                ],
                "company": {
                  "id": "{{id}}",
                  "name": "ATSserCompanyName",
                  "position": null
                },
                "local_time": null,
                "phone": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  }
                ],
                "email": "{{email}}",
                "access": {
                  "private": false,
                  "users": null
                },
                "notes": [],
                "alerts": [],
                "tasks": [],
                "cases": [],
                "deals": [],
                "calls": [],
                "events": [],
                "documents": [],
                "sms": [],
                "campaigns": [],
                "credentials": [],
                "whatsapp": [],
                "submissions": [],
                "invoices": []
              },
              "report": {
                "valid": [
                  "first_name",
                  "last_name",
                  "tags",
                  "middle_name",
                  "category",
                  "description",
                  "status",
                  "position",
                  "supervisor",
                  "assistant",
                  "referred_by",
                  "source",
                  "do_not_call",
                  "do_not_text",
                  "birthday",
                  "identifier"
                ],
                "invalid": [],
                "errors": []
              }
            },
            "process_time": 0.24486351013183594
          },
          "DurationMs": 1269,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.first_name",
            "Strategy": "parameterized",
            "Demoalue": "{{first_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_name",
            "Strategy": "parameterized",
            "Demoalue": "{{last_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.tags[0].id",
            "Strategy": "static",
            "Demoalue": "{{id}}",
            "Reason": "Tag id is master data once selected; keep static unless environment changes."
          },
          {
            "Path": "$.tags[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.middle_name",
            "Strategy": "parameterized",
            "Demoalue": "{{middle_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.company",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.category",
            "Strategy": "parameterized",
            "Demoalue": "{{category}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.description",
            "Strategy": "parameterized",
            "Demoalue": "{{description}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.status",
            "Strategy": "parameterized",
            "Demoalue": "{{status}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].address",
            "Strategy": "parameterized",
            "Demoalue": "{{address}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].city",
            "Strategy": "parameterized",
            "Demoalue": "{{city}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].state",
            "Strategy": "parameterized",
            "Demoalue": "{{state}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country",
            "Strategy": "parameterized",
            "Demoalue": "{{country}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country_code",
            "Strategy": "parameterized",
            "Demoalue": "{{country_code}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].zip",
            "Strategy": "parameterized",
            "Demoalue": "{{zip}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.position",
            "Strategy": "parameterized",
            "Demoalue": "{{position}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.supervisor",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.assistant",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.referred_by",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.source",
            "Strategy": "parameterized",
            "Demoalue": "{{source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.do_not_call",
            "Strategy": "parameterized",
            "Demoalue": "{{do_not_call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.do_not_text",
            "Strategy": "parameterized",
            "Demoalue": "{{do_not_text}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.day",
            "Strategy": "parameterized",
            "Demoalue": "{{day}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.month",
            "Strategy": "parameterized",
            "Demoalue": "{{month}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.year",
            "Strategy": "parameterized",
            "Demoalue": "{{year}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.identifier",
            "Strategy": "parameterized",
            "Demoalue": "{{identifier}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:40:41.2092366Z"
      }
    },
    {
      "exportSequence": 9,
      "originalCallId": "demo-call-009",
      "selected": false,
      "businessPurpose": "Demoalidate created contact",
      "nextStepName": "GetContactById",
      "dataUsage": "validation",
      "notes": "",
      "method": "POST",
      "endpoint": "/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
      "url": "https://api.freecrm.com/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
      "statusCode": 201,
      "request": {
        "Url": "https://api.freecrm.com/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
        "BaseUrl": "https://api.freecrm.com",
        "Endpoint": "/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
        "Method": "POST",
        "Headers": {
          "sec-ch-ua-platform": "\"Windows\"",
          "authorization": "Token {{AUTH_TOKEN}}",
          "referer": "https://ui.freecrm.com/",
          "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
          "sec-ch-ua-mobile": "?0",
          "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
          "accept": "application/json",
          "content-type": "application/json"
        },
        "QueryParams": {},
        "Body": {
          "first_name": "FN",
          "last_name": "LN",
          "id": "{{id}}",
          "account_id": "{{account_id}}",
          "template_id": null,
          "created_at": "2026-05-18T19:40:42Z",
          "last_modified": "2026-05-18T19:40:42Z",
          "created_by": {
            "id": "{{id}}",
            "email": "{{email}}",
            "name": "Demo User",
            "notification_opt_in": true
          },
          "aux_id": null,
          "aux_source": null,
          "aux_source_name": null,
          "private": false,
          "acl": [],
          "tags": [
            {
              "id": "{{id}}",
              "name": "ATSserAutomation"
            }
          ],
          "rating": 0,
          "flags": {
            "new": false,
            "updated": true,
            "email_received": false,
            "task_assigned": false,
            "case_assigned": false,
            "event_assigned": false,
            "call_assigned": false
          },
          "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
          "_type": "Contact",
          "source": "Google",
          "status": "Active",
          "birthday": {
            "day": "01",
            "year": "1997",
            "month": 11
          },
          "category": "Customer",
          "position": "Tester",
          "assistant": {
            "id": "{{id}}",
            "name": "ATSser Assistant"
          },
          "identifier": "ATSSer001",
          "supervisor": {
            "id": "{{id}}",
            "name": "ATSser Supervisor"
          },
          "referred_by": {
            "id": "{{id}}",
            "name": "ATSSer Referred"
          },
          "last_call": null,
          "last_event": null,
          "middle_name": "MN",
          "full_name": "FN MN LN",
          "name": "FN MN LN",
          "description": "Test Decription Update so check if new or update",
          "timezone": null,
          "do_not_call": true,
          "do_not_text": true,
          "do_not_email": false,
          "image": null,
          "addresses": [
            {
              "id": "{{id}}",
              "address": "{{address}}",
              "city": "{{city}}",
              "state": "{{state}}",
              "zip": "{{zip}}",
              "country": "",
              "country_code": "",
              "map_url": null,
              "lat": null,
              "lng": null
            }
          ],
          "company": {
            "id": "{{id}}",
            "name": "ATSserCompanyName",
            "position": null
          },
          "local_time": null,
          "phone": [
            {
              "id": "{{id}}",
              "channel_type": "Phone",
              "value": "{{value}}",
              "hint": "IN",
              "social": false,
              "call": true,
              "sms": true,
              "email": "{{email}}",
              "default": false,
              "name": "Home"
            }
          ],
          "email": "{{email}}",
          "access": {
            "private": false,
            "users": null
          },
          "notes": [],
          "alerts": [],
          "tasks": [],
          "cases": [],
          "deals": [],
          "calls": [],
          "events": [],
          "documents": [],
          "sms": [],
          "campaigns": [],
          "credentials": [],
          "whatsapp": [],
          "submissions": [],
          "invoices": [],
          "_template_id": null
        }
      },
      "response": {
        "StatusCode": 201,
        "Headers": {
          "strict-transport-security": "max-age=3600 ; includeSubDomains",
          "content-encoding": "gzip",
          "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
          "access-control-allow-origin": "*",
          "content-length": "1426",
          "date": "Mon, 18 May 2026 19:40:59 GMT",
          "content-type": "application/json",
          "vary": "Accept-Encoding, origin",
          "server": "gunicorn",
          "x-frame-options": "SAMEORIGIN"
        },
        "Body": {
          "response": {
            "success": true,
            "version": "1.1.39",
            "result": {
              "id": "{{id}}",
              "account_id": "{{account_id}}",
              "template_id": null,
              "created_at": "2026-05-18T19:40:42Z",
              "last_modified": "2026-05-18T19:40:58Z",
              "created_by": {
                "id": "{{id}}",
                "email": "{{email}}",
                "name": "Demo User",
                "notification_opt_in": true
              },
              "aux_id": null,
              "aux_source": null,
              "aux_source_name": null,
              "private": false,
              "acl": [],
              "tags": [
                {
                  "id": "{{id}}",
                  "name": "ATSserAutomation"
                }
              ],
              "rating": 0,
              "flags": {
                "new": false,
                "updated": true,
                "email_received": false,
                "task_assigned": false,
                "case_assigned": false,
                "event_assigned": false,
                "call_assigned": false
              },
              "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
              "_type": "Contact",
              "source": "Google",
              "status": "Active",
              "birthday": {
                "day": "01",
                "year": "1997",
                "month": 11
              },
              "category": "Customer",
              "position": "Tester",
              "assistant": {
                "id": "{{id}}",
                "name": "ATSser Assistant"
              },
              "identifier": "ATSSer001",
              "supervisor": {
                "id": "{{id}}",
                "name": "ATSser Supervisor"
              },
              "referred_by": {
                "id": "{{id}}",
                "name": "ATSSer Referred"
              },
              "last_call": null,
              "last_event": null,
              "first_name": "FN",
              "last_name": "LN",
              "middle_name": "MN",
              "full_name": "FN MN LN",
              "name": "FN MN LN",
              "description": "Test Decription Update so check if new or update",
              "timezone": null,
              "do_not_call": true,
              "do_not_text": true,
              "do_not_email": false,
              "image": null,
              "channels": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                },
                {
                  "id": "{{id}}",
                  "channel_type": "Email",
                  "value": "{{value}}",
                  "hint": null,
                  "social": false,
                  "call": false,
                  "sms": false,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Work"
                }
              ],
              "addresses": [
                {
                  "id": "{{id}}",
                  "address": "{{address}}",
                  "city": "{{city}}",
                  "state": "{{state}}",
                  "zip": "{{zip}}",
                  "country": "",
                  "country_code": "",
                  "map_url": null,
                  "lat": null,
                  "lng": null
                }
              ],
              "company": {
                "id": "{{id}}",
                "name": "ATSserCompanyName",
                "position": null
              },
              "local_time": null,
              "phone": [
                {
                  "id": "{{id}}",
                  "channel_type": "Phone",
                  "value": "{{value}}",
                  "hint": "IN",
                  "social": false,
                  "call": true,
                  "sms": true,
                  "email": "{{email}}",
                  "default": false,
                  "name": "Home"
                }
              ],
              "email": "{{email}}",
              "access": {
                "private": false,
                "users": []
              },
              "notes": [],
              "alerts": [],
              "tasks": [],
              "cases": [],
              "deals": [],
              "calls": [],
              "events": [],
              "documents": [],
              "sms": [],
              "campaigns": [],
              "credentials": [],
              "whatsapp": [],
              "submissions": [],
              "invoices": []
            },
            "report": {
              "valid": [
                "first_name",
                "last_name",
                "id",
                "created_at",
                "last_modified",
                "aux_id",
                "tags",
                "rating",
                "source",
                "status",
                "birthday",
                "category",
                "position",
                "assistant",
                "identifier",
                "supervisor",
                "referred_by",
                "last_call",
                "last_event",
                "middle_name",
                "description",
                "timezone",
                "do_not_call",
                "do_not_text",
                "do_not_email"
              ],
              "invalid": [
                "aux_source_name",
                "_uri",
                "_type",
                "local_time",
                "notes",
                "alerts",
                "tasks",
                "cases",
                "deals",
                "calls",
                "events",
                "sms",
                "credentials",
                "whatsapp",
                "submissions",
                "invoices"
              ],
              "errors": []
            }
          },
          "process_time": 0.2426893711090088
        },
        "DurationMs": 521,
        "Error": ""
      },
      "dataStrategyRules": [
        {
          "Path": "$.first_name",
          "Strategy": "parameterized",
          "Demoalue": "{{first_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_name",
          "Strategy": "parameterized",
          "Demoalue": "{{last_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.account_id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.template_id",
          "Strategy": "parameterized",
          "Demoalue": "{{template_id}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_at",
          "Strategy": "parameterized",
          "Demoalue": "{{created_at}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_modified",
          "Strategy": "parameterized",
          "Demoalue": "{{last_modified}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.created_by.email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.created_by.notification_opt_in",
          "Strategy": "parameterized",
          "Demoalue": "{{notification_opt_in}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_id",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_id}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_source",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.aux_source_name",
          "Strategy": "parameterized",
          "Demoalue": "{{aux_source_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.private",
          "Strategy": "parameterized",
          "Demoalue": "{{private}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.tags[0].id",
          "Strategy": "static",
          "Demoalue": "{{id}}",
          "Reason": "Tag id is master data once selected; keep static unless environment changes."
        },
        {
          "Path": "$.tags[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.rating",
          "Strategy": "parameterized",
          "Demoalue": "{{rating}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.new",
          "Strategy": "parameterized",
          "Demoalue": "{{new}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.updated",
          "Strategy": "parameterized",
          "Demoalue": "{{updated}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.email_received",
          "Strategy": "parameterized",
          "Demoalue": "{{email_received}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.task_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{task_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.case_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{case_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.event_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{event_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.flags.call_assigned",
          "Strategy": "parameterized",
          "Demoalue": "{{call_assigned}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$._uri",
          "Strategy": "parameterized",
          "Demoalue": "{{_uri}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$._type",
          "Strategy": "parameterized",
          "Demoalue": "{{_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.source",
          "Strategy": "parameterized",
          "Demoalue": "{{source}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.status",
          "Strategy": "parameterized",
          "Demoalue": "{{status}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.day",
          "Strategy": "parameterized",
          "Demoalue": "{{day}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.year",
          "Strategy": "parameterized",
          "Demoalue": "{{year}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.birthday.month",
          "Strategy": "parameterized",
          "Demoalue": "{{month}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.category",
          "Strategy": "parameterized",
          "Demoalue": "{{category}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.position",
          "Strategy": "parameterized",
          "Demoalue": "{{position}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.assistant.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.assistant.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.identifier",
          "Strategy": "parameterized",
          "Demoalue": "{{identifier}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.supervisor.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.supervisor.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.referred_by.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.referred_by.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_call",
          "Strategy": "parameterized",
          "Demoalue": "{{last_call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.last_event",
          "Strategy": "parameterized",
          "Demoalue": "{{last_event}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.middle_name",
          "Strategy": "parameterized",
          "Demoalue": "{{middle_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.full_name",
          "Strategy": "parameterized",
          "Demoalue": "{{full_name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.description",
          "Strategy": "parameterized",
          "Demoalue": "{{description}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.timezone",
          "Strategy": "parameterized",
          "Demoalue": "{{timezone}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.do_not_call",
          "Strategy": "parameterized",
          "Demoalue": "{{do_not_call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.do_not_text",
          "Strategy": "parameterized",
          "Demoalue": "{{do_not_text}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.do_not_email",
          "Strategy": "parameterized",
          "Demoalue": "{{do_not_email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.image",
          "Strategy": "parameterized",
          "Demoalue": "{{image}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.addresses[0].address",
          "Strategy": "parameterized",
          "Demoalue": "{{address}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].city",
          "Strategy": "parameterized",
          "Demoalue": "{{city}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].state",
          "Strategy": "parameterized",
          "Demoalue": "{{state}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].zip",
          "Strategy": "parameterized",
          "Demoalue": "{{zip}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country",
          "Strategy": "parameterized",
          "Demoalue": "{{country}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].country_code",
          "Strategy": "parameterized",
          "Demoalue": "{{country_code}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].map_url",
          "Strategy": "parameterized",
          "Demoalue": "{{map_url}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].lat",
          "Strategy": "parameterized",
          "Demoalue": "{{lat}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.addresses[0].lng",
          "Strategy": "parameterized",
          "Demoalue": "{{lng}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.company.id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.company.name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.company.position",
          "Strategy": "parameterized",
          "Demoalue": "{{position}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.local_time",
          "Strategy": "parameterized",
          "Demoalue": "{{local_time}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.phone[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.phone[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].id",
          "Strategy": "dynamic",
          "Demoalue": "{{DYNAMIC_ID}}",
          "Reason": "Generated/environment-specific id."
        },
        {
          "Path": "$.email[0].channel_type",
          "Strategy": "parameterized",
          "Demoalue": "{{channel_type}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].value",
          "Strategy": "parameterized",
          "Demoalue": "{{value}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].hint",
          "Strategy": "parameterized",
          "Demoalue": "{{hint}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].social",
          "Strategy": "parameterized",
          "Demoalue": "{{social}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].call",
          "Strategy": "parameterized",
          "Demoalue": "{{call}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].sms",
          "Strategy": "parameterized",
          "Demoalue": "{{sms}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].email",
          "Strategy": "parameterized",
          "Demoalue": "{{email}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].default",
          "Strategy": "parameterized",
          "Demoalue": "{{default}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.email[0].name",
          "Strategy": "parameterized",
          "Demoalue": "{{name}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.access.private",
          "Strategy": "parameterized",
          "Demoalue": "{{private}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$.access.users",
          "Strategy": "parameterized",
          "Demoalue": "{{users}}",
          "Reason": "Business input from Excel/JSON."
        },
        {
          "Path": "$._template_id",
          "Strategy": "parameterized",
          "Demoalue": "{{_template_id}}",
          "Reason": "Business input from Excel/JSON."
        }
      ],
      "variableExtractionRules": [],
      "raw": {
        "CallId": "demo-call-009",
        "SequenceNumber": 155,
        "ScenarioName": "FreeCRM full network API recording",
        "PageUrl": "https://ui.freecrm.com/contacts/edit/543e2825-b438-41cb-93ef-6ab6f04e077b",
        "ResourceType": "xhr",
        "IsSelectedForAutomation": false,
        "BusinessPurpose": "",
        "Module": "Contacts",
        "Operation": "CreateOrActionContacts",
        "Request": {
          "Url": "https://api.freecrm.com/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
          "BaseUrl": "https://api.freecrm.com",
          "Endpoint": "/api/1/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b/",
          "Method": "POST",
          "Headers": {
            "sec-ch-ua-platform": "\"Windows\"",
            "authorization": "Token {{AUTH_TOKEN}}",
            "referer": "https://ui.freecrm.com/",
            "sec-ch-ua": "\"Not=A?Brand\";v=\"24\", \"Chromium\";v=\"140\"",
            "sec-ch-ua-mobile": "?0",
            "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
            "accept": "application/json",
            "content-type": "application/json"
          },
          "QueryParams": {},
          "Body": {
            "first_name": "FN",
            "last_name": "LN",
            "id": "{{id}}",
            "account_id": "{{account_id}}",
            "template_id": null,
            "created_at": "2026-05-18T19:40:42Z",
            "last_modified": "2026-05-18T19:40:42Z",
            "created_by": {
              "id": "{{id}}",
              "email": "{{email}}",
              "name": "Demo User",
              "notification_opt_in": true
            },
            "aux_id": null,
            "aux_source": null,
            "aux_source_name": null,
            "private": false,
            "acl": [],
            "tags": [
              {
                "id": "{{id}}",
                "name": "ATSserAutomation"
              }
            ],
            "rating": 0,
            "flags": {
              "new": false,
              "updated": true,
              "email_received": false,
              "task_assigned": false,
              "case_assigned": false,
              "event_assigned": false,
              "call_assigned": false
            },
            "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
            "_type": "Contact",
            "source": "Google",
            "status": "Active",
            "birthday": {
              "day": "01",
              "year": "1997",
              "month": 11
            },
            "category": "Customer",
            "position": "Tester",
            "assistant": {
              "id": "{{id}}",
              "name": "ATSser Assistant"
            },
            "identifier": "ATSSer001",
            "supervisor": {
              "id": "{{id}}",
              "name": "ATSser Supervisor"
            },
            "referred_by": {
              "id": "{{id}}",
              "name": "ATSSer Referred"
            },
            "last_call": null,
            "last_event": null,
            "middle_name": "MN",
            "full_name": "FN MN LN",
            "name": "FN MN LN",
            "description": "Test Decription Update so check if new or update",
            "timezone": null,
            "do_not_call": true,
            "do_not_text": true,
            "do_not_email": false,
            "image": null,
            "addresses": [
              {
                "id": "{{id}}",
                "address": "{{address}}",
                "city": "{{city}}",
                "state": "{{state}}",
                "zip": "{{zip}}",
                "country": "",
                "country_code": "",
                "map_url": null,
                "lat": null,
                "lng": null
              }
            ],
            "company": {
              "id": "{{id}}",
              "name": "ATSserCompanyName",
              "position": null
            },
            "local_time": null,
            "phone": [
              {
                "id": "{{id}}",
                "channel_type": "Phone",
                "value": "{{value}}",
                "hint": "IN",
                "social": false,
                "call": true,
                "sms": true,
                "email": "{{email}}",
                "default": false,
                "name": "Home"
              }
            ],
            "email": "{{email}}",
            "access": {
              "private": false,
              "users": null
            },
            "notes": [],
            "alerts": [],
            "tasks": [],
            "cases": [],
            "deals": [],
            "calls": [],
            "events": [],
            "documents": [],
            "sms": [],
            "campaigns": [],
            "credentials": [],
            "whatsapp": [],
            "submissions": [],
            "invoices": [],
            "_template_id": null
          }
        },
        "Response": {
          "StatusCode": 201,
          "Headers": {
            "strict-transport-security": "max-age=3600 ; includeSubDomains",
            "content-encoding": "gzip",
            "allow": "GET, POST, PATCH, DELETE, HEAD, OPTIONS",
            "access-control-allow-origin": "*",
            "content-length": "1426",
            "date": "Mon, 18 May 2026 19:40:59 GMT",
            "content-type": "application/json",
            "vary": "Accept-Encoding, origin",
            "server": "gunicorn",
            "x-frame-options": "SAMEORIGIN"
          },
          "Body": {
            "response": {
              "success": true,
              "version": "1.1.39",
              "result": {
                "id": "{{id}}",
                "account_id": "{{account_id}}",
                "template_id": null,
                "created_at": "2026-05-18T19:40:42Z",
                "last_modified": "2026-05-18T19:40:58Z",
                "created_by": {
                  "id": "{{id}}",
                  "email": "{{email}}",
                  "name": "Demo User",
                  "notification_opt_in": true
                },
                "aux_id": null,
                "aux_source": null,
                "aux_source_name": null,
                "private": false,
                "acl": [],
                "tags": [
                  {
                    "id": "{{id}}",
                    "name": "ATSserAutomation"
                  }
                ],
                "rating": 0,
                "flags": {
                  "new": false,
                  "updated": true,
                  "email_received": false,
                  "task_assigned": false,
                  "case_assigned": false,
                  "event_assigned": false,
                  "call_assigned": false
                },
                "_uri": "https://ui.freecrm.com/contacts/543e2825-b438-41cb-93ef-6ab6f04e077b",
                "_type": "Contact",
                "source": "Google",
                "status": "Active",
                "birthday": {
                  "day": "01",
                  "year": "1997",
                  "month": 11
                },
                "category": "Customer",
                "position": "Tester",
                "assistant": {
                  "id": "{{id}}",
                  "name": "ATSser Assistant"
                },
                "identifier": "ATSSer001",
                "supervisor": {
                  "id": "{{id}}",
                  "name": "ATSser Supervisor"
                },
                "referred_by": {
                  "id": "{{id}}",
                  "name": "ATSSer Referred"
                },
                "last_call": null,
                "last_event": null,
                "first_name": "FN",
                "last_name": "LN",
                "middle_name": "MN",
                "full_name": "FN MN LN",
                "name": "FN MN LN",
                "description": "Test Decription Update so check if new or update",
                "timezone": null,
                "do_not_call": true,
                "do_not_text": true,
                "do_not_email": false,
                "image": null,
                "channels": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  },
                  {
                    "id": "{{id}}",
                    "channel_type": "Email",
                    "value": "{{value}}",
                    "hint": null,
                    "social": false,
                    "call": false,
                    "sms": false,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Work"
                  }
                ],
                "addresses": [
                  {
                    "id": "{{id}}",
                    "address": "{{address}}",
                    "city": "{{city}}",
                    "state": "{{state}}",
                    "zip": "{{zip}}",
                    "country": "",
                    "country_code": "",
                    "map_url": null,
                    "lat": null,
                    "lng": null
                  }
                ],
                "company": {
                  "id": "{{id}}",
                  "name": "ATSserCompanyName",
                  "position": null
                },
                "local_time": null,
                "phone": [
                  {
                    "id": "{{id}}",
                    "channel_type": "Phone",
                    "value": "{{value}}",
                    "hint": "IN",
                    "social": false,
                    "call": true,
                    "sms": true,
                    "email": "{{email}}",
                    "default": false,
                    "name": "Home"
                  }
                ],
                "email": "{{email}}",
                "access": {
                  "private": false,
                  "users": []
                },
                "notes": [],
                "alerts": [],
                "tasks": [],
                "cases": [],
                "deals": [],
                "calls": [],
                "events": [],
                "documents": [],
                "sms": [],
                "campaigns": [],
                "credentials": [],
                "whatsapp": [],
                "submissions": [],
                "invoices": []
              },
              "report": {
                "valid": [
                  "first_name",
                  "last_name",
                  "id",
                  "created_at",
                  "last_modified",
                  "aux_id",
                  "tags",
                  "rating",
                  "source",
                  "status",
                  "birthday",
                  "category",
                  "position",
                  "assistant",
                  "identifier",
                  "supervisor",
                  "referred_by",
                  "last_call",
                  "last_event",
                  "middle_name",
                  "description",
                  "timezone",
                  "do_not_call",
                  "do_not_text",
                  "do_not_email"
                ],
                "invalid": [
                  "aux_source_name",
                  "_uri",
                  "_type",
                  "local_time",
                  "notes",
                  "alerts",
                  "tasks",
                  "cases",
                  "deals",
                  "calls",
                  "events",
                  "sms",
                  "credentials",
                  "whatsapp",
                  "submissions",
                  "invoices"
                ],
                "errors": []
              }
            },
            "process_time": 0.2426893711090088
          },
          "DurationMs": 521,
          "Error": ""
        },
        "DataStrategyRules": [
          {
            "Path": "$.first_name",
            "Strategy": "parameterized",
            "Demoalue": "{{first_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_name",
            "Strategy": "parameterized",
            "Demoalue": "{{last_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.account_id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.template_id",
            "Strategy": "parameterized",
            "Demoalue": "{{template_id}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_at",
            "Strategy": "parameterized",
            "Demoalue": "{{created_at}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_modified",
            "Strategy": "parameterized",
            "Demoalue": "{{last_modified}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.created_by.email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.created_by.notification_opt_in",
            "Strategy": "parameterized",
            "Demoalue": "{{notification_opt_in}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_id",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_id}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_source",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.aux_source_name",
            "Strategy": "parameterized",
            "Demoalue": "{{aux_source_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.private",
            "Strategy": "parameterized",
            "Demoalue": "{{private}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.tags[0].id",
            "Strategy": "static",
            "Demoalue": "{{id}}",
            "Reason": "Tag id is master data once selected; keep static unless environment changes."
          },
          {
            "Path": "$.tags[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.rating",
            "Strategy": "parameterized",
            "Demoalue": "{{rating}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.new",
            "Strategy": "parameterized",
            "Demoalue": "{{new}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.updated",
            "Strategy": "parameterized",
            "Demoalue": "{{updated}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.email_received",
            "Strategy": "parameterized",
            "Demoalue": "{{email_received}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.task_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{task_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.case_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{case_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.event_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{event_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.flags.call_assigned",
            "Strategy": "parameterized",
            "Demoalue": "{{call_assigned}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$._uri",
            "Strategy": "parameterized",
            "Demoalue": "{{_uri}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$._type",
            "Strategy": "parameterized",
            "Demoalue": "{{_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.source",
            "Strategy": "parameterized",
            "Demoalue": "{{source}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.status",
            "Strategy": "parameterized",
            "Demoalue": "{{status}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.day",
            "Strategy": "parameterized",
            "Demoalue": "{{day}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.year",
            "Strategy": "parameterized",
            "Demoalue": "{{year}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.birthday.month",
            "Strategy": "parameterized",
            "Demoalue": "{{month}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.category",
            "Strategy": "parameterized",
            "Demoalue": "{{category}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.position",
            "Strategy": "parameterized",
            "Demoalue": "{{position}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.assistant.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.assistant.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.identifier",
            "Strategy": "parameterized",
            "Demoalue": "{{identifier}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.supervisor.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.supervisor.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.referred_by.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.referred_by.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_call",
            "Strategy": "parameterized",
            "Demoalue": "{{last_call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.last_event",
            "Strategy": "parameterized",
            "Demoalue": "{{last_event}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.middle_name",
            "Strategy": "parameterized",
            "Demoalue": "{{middle_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.full_name",
            "Strategy": "parameterized",
            "Demoalue": "{{full_name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.description",
            "Strategy": "parameterized",
            "Demoalue": "{{description}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.timezone",
            "Strategy": "parameterized",
            "Demoalue": "{{timezone}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.do_not_call",
            "Strategy": "parameterized",
            "Demoalue": "{{do_not_call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.do_not_text",
            "Strategy": "parameterized",
            "Demoalue": "{{do_not_text}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.do_not_email",
            "Strategy": "parameterized",
            "Demoalue": "{{do_not_email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.image",
            "Strategy": "parameterized",
            "Demoalue": "{{image}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.addresses[0].address",
            "Strategy": "parameterized",
            "Demoalue": "{{address}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].city",
            "Strategy": "parameterized",
            "Demoalue": "{{city}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].state",
            "Strategy": "parameterized",
            "Demoalue": "{{state}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].zip",
            "Strategy": "parameterized",
            "Demoalue": "{{zip}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country",
            "Strategy": "parameterized",
            "Demoalue": "{{country}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].country_code",
            "Strategy": "parameterized",
            "Demoalue": "{{country_code}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].map_url",
            "Strategy": "parameterized",
            "Demoalue": "{{map_url}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].lat",
            "Strategy": "parameterized",
            "Demoalue": "{{lat}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.addresses[0].lng",
            "Strategy": "parameterized",
            "Demoalue": "{{lng}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.company.id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.company.name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.company.position",
            "Strategy": "parameterized",
            "Demoalue": "{{position}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.local_time",
            "Strategy": "parameterized",
            "Demoalue": "{{local_time}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.phone[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.phone[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].id",
            "Strategy": "dynamic",
            "Demoalue": "{{DYNAMIC_ID}}",
            "Reason": "Generated/environment-specific id."
          },
          {
            "Path": "$.email[0].channel_type",
            "Strategy": "parameterized",
            "Demoalue": "{{channel_type}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].value",
            "Strategy": "parameterized",
            "Demoalue": "{{value}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].hint",
            "Strategy": "parameterized",
            "Demoalue": "{{hint}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].social",
            "Strategy": "parameterized",
            "Demoalue": "{{social}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].call",
            "Strategy": "parameterized",
            "Demoalue": "{{call}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].sms",
            "Strategy": "parameterized",
            "Demoalue": "{{sms}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].email",
            "Strategy": "parameterized",
            "Demoalue": "{{email}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].default",
            "Strategy": "parameterized",
            "Demoalue": "{{default}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.email[0].name",
            "Strategy": "parameterized",
            "Demoalue": "{{name}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.access.private",
            "Strategy": "parameterized",
            "Demoalue": "{{private}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$.access.users",
            "Strategy": "parameterized",
            "Demoalue": "{{users}}",
            "Reason": "Business input from Excel/JSON."
          },
          {
            "Path": "$._template_id",
            "Strategy": "parameterized",
            "Demoalue": "{{_template_id}}",
            "Reason": "Business input from Excel/JSON."
          }
        ],
        "DemoariableExtractionRules": [],
        "CapturedAtUtc": "2026-05-18T19:40:57.7257586Z"
      }
    }
  ]
}