Get Webhook

Retrieve details of all the webhooks.

API endpoint example

http://eu.api.capillarytech.com/v3/webHooks

Prerequisite

  • Authentication - Basic or OAuth authentication details
  • Access group resource - Read permission on webhook resource group.

Resource information

URL/v3/webHooks
HTTP methodGET
Pagination supported?No
Rate limitNA
Batch supportNA

Sample request

curl --location 'http://eu.api.capillarytech.com/v3/webHooks' \
--header 'Authorization: Basic ***' \
--header 'Cookie: _cfuvid=yYsH7ns18uvZ6yJ8YEDgIPw.ZjqHMYsSsHCnY00XLAM-1764052824812-0.0.1.1-604800000'

Response parameters

ParameterDescription
dataContains the main data for the webhook configuration.
-attributionMetadata about the creation and last update of the webhook.
-- createdOnTimestamp when the webhook was created. It is in the local time zone of the org and in ISO 8601 format.
-- lastUpdatedOnTimestamp when the webhook was last updated. It is in the local time zone of the org and in ISO 8601 format.
-- lastUpdatedByInformation about the user who last updated the webhook.
--- idUnique identifier of the user.
--- codeCode of the user.
--- descriptionDescription of the user.
--- nameName of the user.
--- typeType of user. Example: TILL
-- createdByInformation about the user who created the webhook.
--- idUnique identifier of the user.
--- codeCode of the user.
--- descriptionDescription of the user.
--- nameName of the user.
--- typeType of user. Example: TILL
webHookIdUnique identifier of the webhook.
nameName of the webhook.
eventNamesList of event names that trigger the webhook.
webHookUrlURL where the webhook sends its requests.
webHookTypeType of webhook, Example: HTTP
methodTypeHTTP method used by the webhook. Example: POST, PUT, GET or DELETE.
webHookHeadersHeaders sent with the webhook request.
-AuthorizationAuthorization header for authentication.
-Content-TypeSpecifies the content, Example: application/json
noOfRetryAttemptsNumber of retry attempts configured.
maxAllowedConnectionsMaximum allowed concurrent connections for this webhook.
activeIndicates if the webhook is active.
slaInSecondsExpected delivery time of the event notification in seconds. This is used to track notifications that took more time than the SLA set.
consumerGroupIdIdentifier for the consumer group.
tillDetailsEnrichmentEnabledIndicates if the event payload is enriched with till details.
storeDetailsEnrichmentEnabledIndicates if the event payload is enriched with store details
customerIdentifiersToBeEnrichedList of customer identifiers enrichment available in the payload.
awardedReferenceEnrichmentEnabledIndicates if the event payload is enriched with awarded reference ID . It is a unique identifier associated with each issued point or redemption transaction within the system.
availablePointsBalanceEnrichmentEnabledIndicates if the event payload is enriched with available points balance.
{
    "data": [
        {
            "attribution": {
                "createdOn": "2025-01-15T06:18:45.719+0000",
                "createdOnISO": "2025-01-15T06:18:45Z",
                "lastUpdatedOn": "2025-10-17T09:31:49.072+0000",
                "lastUpdatedOnISO": "2025-10-17T09:31:49Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                }
            },
            "webHookId": "678753452876c7000758ca59",
            "name": "my_webhook",
            "eventNames": [
                "loyaltyCustomerMerge",
                "partnerProgramLinked",
                "pointsExpired",
                "customerAdded",
                "transactionUpdated",
                "groupUpdated",
                "promisedToCurrentPointsConversion",
                "pointsTransferredReceived",
                "groupMemberRemoved",
                "groupCreated",
                "partnerProgramUpdated",
                "pointsIssued",
                "tierDowngradeReminder",
                "pointsContributionToGroup",
                "CouponRedeem",
                "pointsExpiryReminder",
                "partnerProgramDelinked",
                "CouponIssue",
                "tierRenewed",
                "tierDowngraded",
                "pointsTransferredInitiated",
                "customerUpdated",
                "tierUpgraded",
                "rewardIssued",
                "pointsExpiryChange",
                "rewardUpdated",
                "supplementaryMembershipExpiryReminder",
                "singlePointsExpiryUpdated",
                "issuedPointsReversed",
                "redeemedPointsReversed",
                "requestUpdated",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "cartPromotionIssued",
                "cartPromotionEarned"
            ],
            "webHookUrl": "https://eo9v7fva2e80ept.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Authorization": "827ccb0eea8a706c4c34a16891f84e7b",
                "Content-Type": "application/json"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": true,
            "slaInSeconds": 150,
            "consumerGroupId": "c8658131-4191-40e1-be0c-5a118d2b1ed5",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [
                "cardnumbers",
                "Instore"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-01-30T12:23:48.823+0000",
                "createdOnISO": "2025-01-30T12:23:48Z",
                "lastUpdatedOn": "2025-01-30T12:23:48.823+0000",
                "lastUpdatedOnISO": "2025-01-30T12:23:48Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "679b713b5f2d490007e1a771",
            "name": "679b6f54ef5a5d20fa0e2945",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "77c26123-8c9e-4034-a1a1-af4acffa7828",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-01-30T13:30:09.083+0000",
                "createdOnISO": "2025-01-30T13:30:09Z",
                "lastUpdatedOn": "2025-01-30T13:30:09.083+0000",
                "lastUpdatedOnISO": "2025-01-30T13:30:09Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "679b7f5c5f2d490007e22d6e",
            "name": "679b7ee1ef5a5d20fa0e294b",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "3fa7f682-22fa-4e61-a9c0-ece271a66248",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-01-30T13:23:13.579+0000",
                "createdOnISO": "2025-01-30T13:23:13Z",
                "lastUpdatedOn": "2025-01-30T13:23:13.579+0000",
                "lastUpdatedOnISO": "2025-01-30T13:23:13Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "679b7f625f2d490007e22db4",
            "name": "679b7d41ef5a5d20fa0e294a",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "42b69834-e57f-4978-b8c6-a493b5eb9f8a",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-02-03T08:37:18.240+0000",
                "createdOnISO": "2025-02-03T08:37:18Z",
                "lastUpdatedOn": "2025-02-03T08:37:18.240+0000",
                "lastUpdatedOnISO": "2025-02-03T08:37:18Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67a08222ab6b13000787367c",
            "name": "67a0803e72eb555ead1009b7",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "8a0a5311-01e8-4b55-a298-2795ccabc669",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-02-03T09:22:07.123+0000",
                "createdOnISO": "2025-02-03T09:22:07Z",
                "lastUpdatedOn": "2025-02-03T10:43:52.436+0000",
                "lastUpdatedOnISO": "2025-02-03T10:43:52Z",
                "lastUpdatedBy": {
                    "id": 75157490,
                    "code": "1737963289_",
                    "description": "",
                    "name": "Deep Jawale",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75157490,
                    "code": "1737963289_",
                    "description": "",
                    "name": "Deep Jawale",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67a08abf0f3a1f000770ab85",
            "name": "mergeEventWebhookTest",
            "eventNames": [
                "loyaltyCustomerMerge",
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": "https://webhook.site/ada6b035-6f76-4976-b41b-70dd7735e0cd",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": false,
            "slaInSeconds": 323,
            "consumerGroupId": "4f8bca92-0d3f-4905-a59c-40579dc4fb12",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": true,
            "storeDetailsEnrichmentEnabled": true,
            "customerIdentifiersToBeEnriched": [
                "Instore",
                "WeChat",
                "WebEngage",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-02-03T10:49:33.984+0000",
                "createdOnISO": "2025-02-03T10:49:33Z",
                "lastUpdatedOn": "2025-02-06T10:09:09.008+0000",
                "lastUpdatedOnISO": "2025-02-06T10:09:09Z",
                "lastUpdatedBy": {
                    "id": 75157490,
                    "code": "1737963289_",
                    "description": "",
                    "name": "Deep Jawale",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75157490,
                    "code": "1737963289_",
                    "description": "",
                    "name": "Deep Jawale",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67a09f3d0f3a1f000770fc9d",
            "name": "test1incognito",
            "eventNames": [
                "customerAdded",
                "loyaltyCustomerMerge"
            ],
            "webHookUrl": "https://bright-raincoat-87.webhook.cool",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "5ef156a7-3f64-4ffd-bee8-39e724c3ac94",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": true,
            "storeDetailsEnrichmentEnabled": true,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "neoEnrichment": {
                "label": "CustomerMerge-draft",
                "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
            },
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-02-27T16:22:01.911+0000",
                "createdOnISO": "2025-02-27T16:22:01Z",
                "lastUpdatedOn": "2025-02-27T16:22:01.911+0000",
                "lastUpdatedOnISO": "2025-02-27T16:22:01Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67c092d49aa5be0007dcab2b",
            "name": "67c091299e22382d75d405bc",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "0f4a4f08-320a-40d7-85a8-93d994947a76",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-03T14:34:04.526+0000",
                "createdOnISO": "2025-03-03T14:34:04Z",
                "lastUpdatedOn": "2025-03-03T14:34:04.526+0000",
                "lastUpdatedOnISO": "2025-03-03T14:34:04Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67c5bddc9aa5be0007125041",
            "name": "67c5bddc3c854e33672d55a2",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "17f08f10-5c20-4442-96ea-c8ab8c60af57",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-04T11:32:07.516+0000",
                "createdOnISO": "2025-03-04T11:32:07Z",
                "lastUpdatedOn": "2025-03-04T11:32:07.516+0000",
                "lastUpdatedOnISO": "2025-03-04T11:32:07Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67c6e4b7ccca2a0007ed5cdb",
            "name": "67c6e4b79e22382d75d40618",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "add21b66-f126-4f53-be18-492e63451db9",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-06T12:13:26.445+0000",
                "createdOnISO": "2025-03-06T12:13:26Z",
                "lastUpdatedOn": "2025-03-06T12:13:26.445+0000",
                "lastUpdatedOnISO": "2025-03-06T12:13:26Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67c993899aa5be0007249e93",
            "name": "67c991669e22382d75d4063d",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "263df56a-e543-443b-8203-da80e957294c",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-06T12:50:17.736+0000",
                "createdOnISO": "2025-03-06T12:50:17Z",
                "lastUpdatedOn": "2025-03-06T12:50:17.736+0000",
                "lastUpdatedOnISO": "2025-03-06T12:50:17Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67c99a47ccca2a0007fb55b3",
            "name": "67c99a099e22382d75d40640",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "f0dff706-15a6-460b-bb56-cf32ac373a3e",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-06T12:52:15.449+0000",
                "createdOnISO": "2025-03-06T12:52:15Z",
                "lastUpdatedOn": "2025-03-06T12:52:15.449+0000",
                "lastUpdatedOnISO": "2025-03-06T12:52:15Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67c99a7f9aa5be000724e0ef",
            "name": "67c99a7f9e22382d75d40641",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "4026c585-2a6c-460b-b01e-4eed678becd1",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-10T12:55:45.934+0000",
                "createdOnISO": "2025-03-10T12:55:45Z",
                "lastUpdatedOn": "2025-03-10T12:55:45.934+0000",
                "lastUpdatedOnISO": "2025-03-10T12:55:45Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67cee3757bfe190007e4ebed",
            "name": "67cee1513c854e33673b81ef",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "0402ee1e-6fe3-430b-a40d-e8b40d18b74b",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-10T13:34:14.846+0000",
                "createdOnISO": "2025-03-10T13:34:14Z",
                "lastUpdatedOn": "2025-03-10T13:34:14.846+0000",
                "lastUpdatedOnISO": "2025-03-10T13:34:14Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67ceea96ccca2a000716f737",
            "name": "67ceea569e22382d75d4068d",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "b4150bd8-5fe7-4e54-be39-53bf30c1bdd7",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-11T12:27:47.984+0000",
                "createdOnISO": "2025-03-11T12:27:47Z",
                "lastUpdatedOn": "2025-03-11T12:27:47.984+0000",
                "lastUpdatedOnISO": "2025-03-11T12:27:47Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67d02c437bfe190007ebcbbc",
            "name": "Add customer",
            "eventNames": [
                "customerAdded"
            ],
            "webHookUrl": "https://eo3hla1oge2e1n8.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "a96cc285-6546-45a6-805e-264d96e3d965",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [
                "WeChat",
                "WebEngage",
                "Instore",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-11T12:53:52.174+0000",
                "createdOnISO": "2025-03-11T12:53:52Z",
                "lastUpdatedOn": "2025-03-11T13:03:57.668+0000",
                "lastUpdatedOnISO": "2025-03-11T13:03:57Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67d032607bfe190007ec1cba",
            "name": "Transaction",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": " https://cbd85a2a3017b3aff74d383121245f7b.m.pipedream.net/",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "b7c281a1-0126-452a-a1b0-7e73a2028e30",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [
                "WeChat",
                "WebEngage",
                "Instore",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-11T12:54:01.732+0000",
                "createdOnISO": "2025-03-11T12:54:01Z",
                "lastUpdatedOn": "2025-03-11T12:54:01.732+0000",
                "lastUpdatedOnISO": "2025-03-11T12:54:01Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67d03269ccca2a00071e0122",
            "name": "Transaction2",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": "https://eo3hla1oge2e1n8.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": false,
            "slaInSeconds": 30,
            "consumerGroupId": "cea1401a-1126-4e7d-bb06-958c644659ea",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [
                "WeChat",
                "WebEngage",
                "Instore",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-27T14:47:58.828+0000",
                "createdOnISO": "2025-03-27T14:47:58Z",
                "lastUpdatedOn": "2025-03-27T14:47:58.828+0000",
                "lastUpdatedOnISO": "2025-03-27T14:47:58Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67e5668bd7cd3d000772ccc0",
            "name": "67e5651e730aa850fc5040fc",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "169d69d6-8608-4fba-8d3e-b83d0e0f0712",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-03-27T14:53:39.390+0000",
                "createdOnISO": "2025-03-27T14:53:39Z",
                "lastUpdatedOn": "2025-03-27T14:53:39.390+0000",
                "lastUpdatedOnISO": "2025-03-27T14:53:39Z",
                "lastUpdatedBy": {
                    "id": -1,
                    "code": null,
                    "description": null,
                    "name": null,
                    "type": null
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67e566edd7cd3d000772cfc7",
            "name": "67e5648edd6a186b5555ba8a",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "ac947ba9-b311-462d-a8a2-eb004c862708",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T04:18:21.411+0000",
                "createdOnISO": "2025-04-07T04:18:21Z",
                "lastUpdatedOn": "2025-04-07T04:18:21.411+0000",
                "lastUpdatedOnISO": "2025-04-07T04:18:21Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f3542f015db000075a5014",
            "name": "67f3520d7e16d50077276af5",
            "eventNames": [
                "transactionAdded",
                "transactionUpdated",
                "notInterestedBillAdded",
                "retroBillAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "7cb6c223-1c7d-4765-86f4-db3f12478186",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T05:14:39.361+0000",
                "createdOnISO": "2025-04-07T05:14:39Z",
                "lastUpdatedOn": "2025-04-07T05:14:39.361+0000",
                "lastUpdatedOnISO": "2025-04-07T05:14:39Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f35f3f9d8dd200072356f5",
            "name": "67f35f3f7e16d50077276af6",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "412aaeb5-ff66-4ab1-818e-260688d37af9",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T05:24:09.326+0000",
                "createdOnISO": "2025-04-07T05:24:09Z",
                "lastUpdatedOn": "2025-04-07T05:24:09.326+0000",
                "lastUpdatedOnISO": "2025-04-07T05:24:09Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f36179015db000075a6e4d",
            "name": "67f361797e16d50077276af7",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "23c396ab-4d77-479a-87d5-7b465645e9a5",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T05:27:43.314+0000",
                "createdOnISO": "2025-04-07T05:27:43Z",
                "lastUpdatedOn": "2025-04-07T05:27:43.314+0000",
                "lastUpdatedOnISO": "2025-04-07T05:27:43Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f3624f9d8dd20007235e8c",
            "name": "67f3624f7e16d50077276af8",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "f2d65d74-5a3a-4e52-83fc-062e621847fc",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T05:43:37.460+0000",
                "createdOnISO": "2025-04-07T05:43:37Z",
                "lastUpdatedOn": "2025-04-07T05:43:37.460+0000",
                "lastUpdatedOnISO": "2025-04-07T05:43:37Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f36609015db000075a798f",
            "name": "67f36609fe4cf93da4a24cc1",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "3c17b001-6bf8-42a1-b169-22ece00aec5d",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T07:37:45.092+0000",
                "createdOnISO": "2025-04-07T07:37:45Z",
                "lastUpdatedOn": "2025-04-07T07:37:45.092+0000",
                "lastUpdatedOnISO": "2025-04-07T07:37:45Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f380c9015db000075b0842",
            "name": "67f380c97e16d50077276b00",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "01b35ff7-1900-4230-a3ea-2ed3797f116e",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T09:11:29.112+0000",
                "createdOnISO": "2025-04-07T09:11:29Z",
                "lastUpdatedOn": "2025-04-07T09:11:29.112+0000",
                "lastUpdatedOnISO": "2025-04-07T09:11:29Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67f396c2db2dca00076d5b4d",
            "name": "67f396c17e16d50077276b09",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "0862fd84-ca64-4d5b-9c9f-21a1392b2a49",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T09:19:40.755+0000",
                "createdOnISO": "2025-04-07T09:19:40Z",
                "lastUpdatedOn": "2025-04-07T09:19:40.755+0000",
                "lastUpdatedOnISO": "2025-04-07T09:19:40Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67f398acdb2dca00076d6598",
            "name": "67f398ac7e16d50077276b0a",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "a7a6f402-f9d2-4223-be51-3c9242363b1a",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-07T09:54:51.628+0000",
                "createdOnISO": "2025-04-07T09:54:51Z",
                "lastUpdatedOn": "2025-04-07T09:54:51.628+0000",
                "lastUpdatedOnISO": "2025-04-07T09:54:51Z",
                "lastUpdatedBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75155282,
                    "code": "neeraj.doc",
                    "description": "",
                    "name": "neeraj.doc",
                    "type": "TILL"
                }
            },
            "webHookId": "67f3a0eb9d8dd2000724c5f9",
            "name": "67f3a0ebfe4cf93da4a24cce",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "f0a79e80-bbde-45fc-9bf7-2af823e74ac7",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-08T07:31:42.709+0000",
                "createdOnISO": "2025-04-08T07:31:42Z",
                "lastUpdatedOn": "2025-04-08T08:41:04.301+0000",
                "lastUpdatedOnISO": "2025-04-08T08:41:04Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f4d0de015db0000760ef57",
            "name": "Event-Notification-137610",
            "eventNames": [
                "customerUpdated",
                "requestUpdated",
                "customerAdded"
            ],
            "webHookUrl": "https://fc65cfb6d388aefe28fb31514658e92c.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": false,
            "slaInSeconds": 30,
            "consumerGroupId": "4f600fb8-0ba2-4c8c-a86c-816bca55ae19",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-04-08T08:42:11.785+0000",
                "createdOnISO": "2025-04-08T08:42:11Z",
                "lastUpdatedOn": "2025-04-08T08:42:11.785+0000",
                "lastUpdatedOnISO": "2025-04-08T08:42:11Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "67f4e163015db00007616e22",
            "name": "event_notification_jira_137610",
            "eventNames": [
                "customerAdded",
                "customerUpdated",
                "requestUpdated"
            ],
            "webHookUrl": "https://fc65cfb6d388aefe28fb31514658e92c.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "c0b0fbe7-d491-4a64-9262-9011d659ae66",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-07-08T06:58:39.377+0000",
                "createdOnISO": "2025-07-08T06:58:39Z",
                "lastUpdatedOn": "2025-07-08T06:58:39.377+0000",
                "lastUpdatedOnISO": "2025-07-08T06:58:39Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "686cc19f286b62266be35355",
            "name": "686cc19fc5d2484d2bf9db59",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "47a5a4c4-7358-43aa-8ede-953eb512996a",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-07-08T08:25:23.721+0000",
                "createdOnISO": "2025-07-08T08:25:23Z",
                "lastUpdatedOn": "2025-07-08T08:25:23.721+0000",
                "lastUpdatedOnISO": "2025-07-08T08:25:23Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "686cd761fb73287408e0294c",
            "name": "686cd5f34e0c9c753b3ced5a",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "c2d7394a-fd38-4f95-b2fa-39436b7a525f",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-07-08T11:41:06.702+0000",
                "createdOnISO": "2025-07-08T11:41:06Z",
                "lastUpdatedOn": "2025-07-08T11:41:06.702+0000",
                "lastUpdatedOnISO": "2025-07-08T11:41:06Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "686d03d2fb73287408e13fb0",
            "name": "686d03d2c5d2484d2bf9db60",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "51602118-08f3-426b-b1cf-2b7a02994de7",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-07-21T10:27:00.822+0000",
                "createdOnISO": "2025-07-21T10:27:00Z",
                "lastUpdatedOn": "2025-07-21T10:27:00.822+0000",
                "lastUpdatedOnISO": "2025-07-21T10:27:00Z",
                "lastUpdatedBy": {
                    "id": 75170275,
                    "code": "1747662311705_",
                    "description": "",
                    "name": "dugga ",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75170275,
                    "code": "1747662311705_",
                    "description": "",
                    "name": "dugga ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "687e15f5fb73287408359f24",
            "name": "687e15f477207d0ac786a0f4",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "38e7608f-92ed-4a70-a7bc-826b430c9bb6",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-07-22T12:06:40.488+0000",
                "createdOnISO": "2025-07-22T12:06:40Z",
                "lastUpdatedOn": "2025-07-22T12:06:40.488+0000",
                "lastUpdatedOnISO": "2025-07-22T12:06:40Z",
                "lastUpdatedBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                }
            },
            "webHookId": "687f7ed0fb732874083cc241",
            "name": "687f7ed096f28136396132f4",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "816324e7-d201-4bc1-8c57-0be2174fbe1c",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-03T06:48:38.498+0000",
                "createdOnISO": "2025-09-03T06:48:38Z",
                "lastUpdatedOn": "2025-09-03T06:48:38.498+0000",
                "lastUpdatedOnISO": "2025-09-03T06:48:38Z",
                "lastUpdatedBy": {
                    "id": 75155287,
                    "code": "1736162491_",
                    "description": "",
                    "name": "satish maharana",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75155287,
                    "code": "1736162491_",
                    "description": "",
                    "name": "satish maharana",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68b7e4c665a6660c555ab0ec",
            "name": "UAT",
            "eventNames": [
                "customerAdded",
                "customerUpdated",
                "transactionAdded",
                "transactionUpdated",
                "customerSubscription"
            ],
            "webHookUrl": "https://spd6hzcltl.execute-api.eu-west-1.amazonaws.com/eucrm/webhooks/e4492fc546c93453ff177f356356a7b3",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Content_Type": "application/json"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "1539cefc-0ce1-443b-9630-bfff4733de0c",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": true,
            "storeDetailsEnrichmentEnabled": true,
            "customerIdentifiersToBeEnriched": [
                "WeChat",
                "WebEngage",
                "Instore",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": true,
            "availablePointsBalanceEnrichmentEnabled": false,
            "neoEnrichment": {
                "label": "AddNominee",
                "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
            },
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-08T13:30:24.074+0000",
                "createdOnISO": "2025-09-08T13:30:24Z",
                "lastUpdatedOn": "2025-09-08T13:30:24.074+0000",
                "lastUpdatedOnISO": "2025-09-08T13:30:24Z",
                "lastUpdatedBy": {
                    "id": -1,
                    "code": null,
                    "description": null,
                    "name": null,
                    "type": null
                },
                "createdBy": {
                    "id": -1,
                    "code": null,
                    "description": null,
                    "name": null,
                    "type": null
                }
            },
            "webHookId": "68beda70eb2261eab0ce1b59",
            "name": "100737_Internal",
            "eventNames": [
                "rewardExpiryReminder",
                "rewardIssued",
                "streakCustomerUnEnrolment",
                "customerSubscription",
                "issueRewardFailure",
                "groupUpdated",
                "notInterestedBillAdded",
                "promisedToCurrentPointsConversion",
                "groupCreated",
                "pointsTransferredReceived",
                "supplementaryMembershipExpiryReminder",
                "partnerProgramUpdated",
                "pointsIssued",
                "revokeIssuedPromotion",
                "targetCustomerEnrolment",
                "updateRewardTransaction",
                "unifiedTargetsUnAchieved",
                "partnerProgramDelinked",
                "badgeEarned",
                "cartPromotionIssued",
                "rewardCreated",
                "manualPointsAdjustment",
                "redeemedPointsReversed",
                "cartPromotionEarned",
                "targetCustomerUnenrolment",
                "communicationMessageOpened",
                "tierDowngraded",
                "pointsTransferredInitiated",
                "tierUpgraded",
                "loyaltyCustomerMerge",
                "partnerProgramLinked",
                "requestUpdated",
                "promotionIssued",
                "targetPeriodStarted",
                "manualAlternateCurrencyAdjustment",
                "pointsExpiryChange",
                "pointsExpired",
                "rewardUpdated",
                "unifiedTargetsAchieved",
                "customerAdded",
                "transactionUpdated",
                "issueRewardPermanentFailure",
                "communicationMessageClicked",
                "groupMemberRemoved",
                "streakEnd",
                "targetValueAchieved",
                "communicationMessageUndelivered",
                "singlePointsExpiryUpdated",
                "alternateCurrenciesIssued",
                "transactionRejected",
                "tierDowngradeReminder",
                "groupMemberAdded",
                "issuedPointsReversed",
                "pointsContributionToGroup",
                "revokeEarnedPromotion",
                "streakLevelUnAchieved",
                "CouponRedeem",
                "retroBillAdded",
                "pointsExpiryReminder",
                "promotionEarned",
                "cartPromotionRevoked",
                "pointsRedeemed",
                "streakStart",
                "transactionAdded",
                "rejectedTransactionRetrigger",
                "streakCustomerEnrolment",
                "CouponIssue",
                "promotionCreated",
                "promisedToCurrentAlternateCurrencyConversion",
                "promotionUpdated",
                "streakLevelAchieved",
                "tierRenewed",
                "cardUpdated",
                "targetAchievedValueUpdated",
                "cartPromotionRedeemed",
                "targetValueUpdated",
                "customerUpdated",
                "issuedAlternateCurrenciesReversed",
                "requestWorkflowEvent",
                "targetPeriodCompleted"
            ],
            "webHookUrl": "https://webhook.randomurl.com",
            "webHookType": "INTERNAL",
            "methodType": "POST",
            "webHookHeaders": {
                "dummy": "value"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 1,
            "consumerGroupId": "0c3ad68c-06e3-4947-85df-4df10e898eeb",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-18T12:03:44.392+0000",
                "createdOnISO": "2025-09-18T12:03:44Z",
                "lastUpdatedOn": "2025-09-18T12:03:44.392+0000",
                "lastUpdatedOnISO": "2025-09-18T12:03:44Z",
                "lastUpdatedBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                }
            },
            "webHookId": "68cbf521431de51eb7199061",
            "name": "68cbf52011824507023988b5",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "e1acb565-765e-4303-a223-d9a77cc10b5c",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-18T13:34:01.208+0000",
                "createdOnISO": "2025-09-18T13:34:01Z",
                "lastUpdatedOn": "2025-09-18T13:34:01.208+0000",
                "lastUpdatedOnISO": "2025-09-18T13:34:01Z",
                "lastUpdatedBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                }
            },
            "webHookId": "68cc0ce1431de51eb7199084",
            "name": "68cc0a4911824507023988c9",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "db8643cf-0d34-451d-8665-dd22a9eaf7a3",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-18T13:48:45.776+0000",
                "createdOnISO": "2025-09-18T13:48:45Z",
                "lastUpdatedOn": "2025-09-18T13:48:45.776+0000",
                "lastUpdatedOnISO": "2025-09-18T13:48:45Z",
                "lastUpdatedBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75152721,
                    "code": "naman_doc",
                    "description": "",
                    "name": "naman",
                    "type": "TILL"
                }
            },
            "webHookId": "68cc0e38431de51eb7199087",
            "name": "68cc0dbd11824507023988ca",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "d9eaf631-6611-4b56-9216-4f4c61252971",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-22T15:17:06.536+0000",
                "createdOnISO": "2025-09-22T15:17:06Z",
                "lastUpdatedOn": "2025-09-22T15:17:06.536+0000",
                "lastUpdatedOnISO": "2025-09-22T15:17:06Z",
                "lastUpdatedBy": {
                    "id": 75120307,
                    "code": "1711020548_",
                    "description": "",
                    "name": "anusha shanbhag ",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75120307,
                    "code": "1711020548_",
                    "description": "",
                    "name": "anusha shanbhag ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68d16872431de51eb71992fe",
            "name": "68d168721182450702398acf",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "3fe19542-758b-448c-83e4-6e920c34532d",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-22T16:49:47.375+0000",
                "createdOnISO": "2025-09-22T16:49:47Z",
                "lastUpdatedOn": "2025-09-22T16:49:47.375+0000",
                "lastUpdatedOnISO": "2025-09-22T16:49:47Z",
                "lastUpdatedBy": {
                    "id": 75120307,
                    "code": "1711020548_",
                    "description": "",
                    "name": "anusha shanbhag ",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75120307,
                    "code": "1711020548_",
                    "description": "",
                    "name": "anusha shanbhag ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68d17e2b431de51eb7199309",
            "name": "68d17e2b1182450702398ad1",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "0b14fae4-83da-41d4-8d78-e5b6c546ed05",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-23T05:07:45.194+0000",
                "createdOnISO": "2025-09-23T05:07:45Z",
                "lastUpdatedOn": "2025-10-17T08:48:01.676+0000",
                "lastUpdatedOnISO": "2025-10-17T08:48:01Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                }
            },
            "webHookId": "68d22b21431de51eb719934c",
            "name": "68d22b211182450702398af5",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": "https://eo9v7fva2e80ept.m.pipedream.net ",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Authorization": "Basic bmFtYW5fZG9jOmEzYjRjYjgyMzA3MWJmYjM5OGM5ZmM2YjZlY2I2MmEy"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "e8157987-20d8-4161-88a8-450d5305b6ef",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [
                "Instore",
                "cardnumbers"
            ],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-23T13:34:25.589+0000",
                "createdOnISO": "2025-09-23T13:34:25Z",
                "lastUpdatedOn": "2025-09-23T13:34:25.589+0000",
                "lastUpdatedOnISO": "2025-09-23T13:34:25Z",
                "lastUpdatedBy": {
                    "id": 75197399,
                    "code": "neeraj.docsep25",
                    "description": "",
                    "name": "",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75197399,
                    "code": "neeraj.docsep25",
                    "description": "",
                    "name": "",
                    "type": "TILL"
                }
            },
            "webHookId": "68d2a1e1431de51eb71993a6",
            "name": "68d2a1e165d73016efd26247",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "44b9a6a1-f458-4d1c-83bf-56e5f46ba86d",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-09-24T10:29:50.115+0000",
                "createdOnISO": "2025-09-24T10:29:50Z",
                "lastUpdatedOn": "2025-09-24T10:29:50.115+0000",
                "lastUpdatedOnISO": "2025-09-24T10:29:50Z",
                "lastUpdatedBy": {
                    "id": 75197399,
                    "code": "neeraj.docsep25",
                    "description": "",
                    "name": "",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75197399,
                    "code": "neeraj.docsep25",
                    "description": "",
                    "name": "",
                    "type": "TILL"
                }
            },
            "webHookId": "68d3c81edb5cfc3d816bde6b",
            "name": "68d3c81e2986472c6af9935d",
            "eventNames": [
                "customerAdded",
                "customerUpdated"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 5,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "55facd68-6b70-484f-902c-7b643e33b58d",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-10-09T05:37:06.969+0000",
                "createdOnISO": "2025-10-09T05:37:06Z",
                "lastUpdatedOn": "2025-10-09T05:37:06.969+0000",
                "lastUpdatedOnISO": "2025-10-09T05:37:06Z",
                "lastUpdatedBy": {
                    "id": 75139931,
                    "code": "1746689082_",
                    "description": null,
                    "name": "Naman Ganapathi",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75139931,
                    "code": "1746689082_",
                    "description": null,
                    "name": "Naman Ganapathi",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68e74a02b25b04398f033655",
            "name": "68e749fa0bc2b607e90f0ac0",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": true,
            "slaInSeconds": 0,
            "consumerGroupId": "3093480e-74a6-4337-98b0-35f88d1e0e60",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-10-23T07:00:29.008+0000",
                "createdOnISO": "2025-10-23T07:00:29Z",
                "lastUpdatedOn": "2025-10-23T07:00:29.008+0000",
                "lastUpdatedOnISO": "2025-10-23T07:00:29Z",
                "lastUpdatedBy": null,
                "createdBy": {
                    "id": 75160044,
                    "code": "1739864914683_",
                    "description": "",
                    "name": "madhurima ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68f9d28dfd953230570d7305",
            "name": "68b58428ce636e6070df43b2_0|3",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": false,
            "slaInSeconds": 0,
            "consumerGroupId": "f5a35724-4616-4b83-8522-da45ed6b5ca7",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-10-23T07:34:46.782+0000",
                "createdOnISO": "2025-10-23T07:34:46Z",
                "lastUpdatedOn": "2025-10-23T07:34:46.782+0000",
                "lastUpdatedOnISO": "2025-10-23T07:34:46Z",
                "lastUpdatedBy": null,
                "createdBy": {
                    "id": 75160044,
                    "code": "1739864914683_",
                    "description": "",
                    "name": "madhurima ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68f9da96fd953230570d730b",
            "name": "68b58428ce636e6070df43b2_0|4",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": false,
            "slaInSeconds": 0,
            "consumerGroupId": "9c1070a8-de13-44c2-900b-2955172581ff",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-10-24T06:33:06.618+0000",
                "createdOnISO": "2025-10-24T06:33:06Z",
                "lastUpdatedOn": "2025-10-24T06:33:06.618+0000",
                "lastUpdatedOnISO": "2025-10-24T06:33:06Z",
                "lastUpdatedBy": {
                    "id": 75160044,
                    "code": "1739864914683_",
                    "description": "",
                    "name": "madhurima ",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75160044,
                    "code": "1739864914683_",
                    "description": "",
                    "name": "madhurima ",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "68fb1da2fd953230570d73ac",
            "name": "68fb1d6108e4ab0967f2c324",
            "eventNames": [
                "transactionAdded"
            ],
            "webHookUrl": " ",
            "webHookType": "QUEUE_INT",
            "methodType": "POST",
            "webHookHeaders": {},
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": false,
            "slaInSeconds": 0,
            "consumerGroupId": "5be8d422-c2d8-432b-ad4b-1942e544e50b",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-10-29T06:35:56.612+0000",
                "createdOnISO": "2025-10-29T06:35:56Z",
                "lastUpdatedOn": "2025-11-07T05:11:29.944+0000",
                "lastUpdatedOnISO": "2025-11-07T05:11:29Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "6901b5ccc6e333202ba25ec7",
            "name": "cartpromotion_giftvoucher",
            "eventNames": [
                "customerAdded",
                "cartPromotionRedeemed"
            ],
            "webHookUrl": "https://eo4qiclzg50n2q8.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Authorization": "Basic ec341f55a1681bef7e3a57ea24a62e6f"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "410980ec-c2fa-4a13-9998-af42c3bbdd9e",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-06T09:27:14.960+0000",
                "createdOnISO": "2025-11-06T09:27:14Z",
                "lastUpdatedOn": "2025-11-21T06:28:44.993+0000",
                "lastUpdatedOnISO": "2025-11-21T06:28:44Z",
                "lastUpdatedBy": {
                    "id": 75070896,
                    "code": "1675175573_",
                    "description": "",
                    "name": "Neeraj K",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690c69f2c6e333202ba263d7",
            "name": "Event_cust_added",
            "eventNames": [
                "customerAdded"
            ],
            "webHookUrl": "https://eo4qiclzg50n2q8.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Authorization": "Basic a3Jpc2huYS50aWxsMTAwOjIwMmNiOTYyYWM1OTA3NWI5NjRiMDcxNTJkMjM0Yjcw"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "7d31861f-7aef-4813-aa8a-dee23581eeed",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-07T09:46:01.229+0000",
                "createdOnISO": "2025-11-07T09:46:01Z",
                "lastUpdatedOn": "2025-11-07T09:46:01.229+0000",
                "lastUpdatedOnISO": "2025-11-07T09:46:01Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690dbfd9c6e333202ba26480",
            "name": "Test_event_bee",
            "eventNames": [
                "cardUpdated",
                "cartPromotionEarned",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "communicationMessageClicked",
                "cartPromotionIssued",
                "customerAdded",
                "customerSubscription",
                "customerUpdated",
                "transactionAdded",
                "transactionRejected",
                "transactionUpdated",
                "CouponIssue",
                "CouponRedeem",
                "issuedPointsReversed",
                "issueRewardFailure",
                "loyaltyCustomerMerge",
                "issueRewardPermanentFailure"
            ],
            "webHookUrl": "https://testnee.free.beeceptor.com",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "ebbcc6f7-8469-4222-b7a2-e740197b56e5",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-07T09:46:18.004+0000",
                "createdOnISO": "2025-11-07T09:46:18Z",
                "lastUpdatedOn": "2025-11-07T09:46:18.004+0000",
                "lastUpdatedOnISO": "2025-11-07T09:46:18Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690dbfeac6e333202ba264d9",
            "name": "Test_event_bee_notification",
            "eventNames": [
                "cardUpdated",
                "cartPromotionEarned",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "communicationMessageClicked",
                "cartPromotionIssued",
                "customerAdded",
                "customerSubscription",
                "customerUpdated",
                "transactionAdded",
                "transactionRejected",
                "transactionUpdated",
                "CouponIssue",
                "CouponRedeem",
                "issuedPointsReversed",
                "issueRewardFailure",
                "loyaltyCustomerMerge",
                "issueRewardPermanentFailure"
            ],
            "webHookUrl": "https://testnee.free.beeceptor.com",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "21d86302-e8be-4b8e-8aa1-fabf413a5c08",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-07T09:46:40.796+0000",
                "createdOnISO": "2025-11-07T09:46:40Z",
                "lastUpdatedOn": "2025-11-07T09:49:02.505+0000",
                "lastUpdatedOnISO": "2025-11-07T09:49:02Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690dc000c6e333202ba264fe",
            "name": "Test_notification_acceptor_bee",
            "eventNames": [
                "cardUpdated",
                "cartPromotionEarned",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "communicationMessageClicked",
                "cartPromotionIssued",
                "customerAdded",
                "customerSubscription",
                "customerUpdated",
                "transactionAdded",
                "transactionRejected",
                "transactionUpdated",
                "CouponIssue",
                "CouponRedeem",
                "issuedPointsReversed",
                "issueRewardFailure",
                "loyaltyCustomerMerge",
                "issueRewardPermanentFailure"
            ],
            "webHookUrl": "https://webhook.site/3d05968d-efbd-4e9d-a49b-3d986afb0089",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "d7022e0e-35ad-4c81-a18a-a6cb32ee6292",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-07T09:46:56.226+0000",
                "createdOnISO": "2025-11-07T09:46:56Z",
                "lastUpdatedOn": "2025-11-07T09:46:56.226+0000",
                "lastUpdatedOnISO": "2025-11-07T09:46:56Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690dc010c6e333202ba26523",
            "name": "Test_notification_acceptor_bee1",
            "eventNames": [
                "cardUpdated",
                "cartPromotionEarned",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "communicationMessageClicked",
                "cartPromotionIssued",
                "customerAdded",
                "customerSubscription",
                "customerUpdated",
                "transactionAdded",
                "transactionRejected",
                "transactionUpdated",
                "CouponIssue",
                "CouponRedeem",
                "issuedPointsReversed",
                "issueRewardFailure",
                "loyaltyCustomerMerge",
                "issueRewardPermanentFailure"
            ],
            "webHookUrl": "https://testnee.free.beeceptor.com",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "d7b1dac3-7073-43be-8b8f-fe0e7a8dbdd7",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-07T09:47:47.060+0000",
                "createdOnISO": "2025-11-07T09:47:47Z",
                "lastUpdatedOn": "2025-11-07T09:47:47.060+0000",
                "lastUpdatedOnISO": "2025-11-07T09:47:47Z",
                "lastUpdatedBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                },
                "createdBy": {
                    "id": 75121794,
                    "code": "1712222078_",
                    "description": "",
                    "name": "Divya Shankar",
                    "type": "ADMIN_USER"
                }
            },
            "webHookId": "690dc043c6e333202ba26548",
            "name": "Test_notificatior_bee1",
            "eventNames": [
                "cardUpdated",
                "cartPromotionEarned",
                "cartPromotionRedeemed",
                "cartPromotionRevoked",
                "communicationMessageClicked",
                "cartPromotionIssued",
                "customerAdded",
                "customerSubscription",
                "customerUpdated",
                "transactionAdded",
                "transactionRejected",
                "transactionUpdated",
                "CouponIssue",
                "CouponRedeem",
                "issuedPointsReversed",
                "issueRewardFailure",
                "loyaltyCustomerMerge",
                "issueRewardPermanentFailure"
            ],
            "webHookUrl": "https://testnee.free.beeceptor.com",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "": ""
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 20,
            "active": true,
            "slaInSeconds": 30,
            "consumerGroupId": "84449f60-9aa8-4ebb-ab58-52aa3e689b2c",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        },
        {
            "attribution": {
                "createdOn": "2025-11-25T06:40:06.036+0000",
                "createdOnISO": "2025-11-25T06:40:06Z",
                "lastUpdatedOn": "2025-11-25T06:40:06.036+0000",
                "lastUpdatedOnISO": "2025-11-25T06:40:06Z",
                "lastUpdatedBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                },
                "createdBy": {
                    "id": 75152722,
                    "code": "divya_doc",
                    "description": "",
                    "name": "divya_doc",
                    "type": "TILL"
                }
            },
            "webHookId": "69254f46749e644bc01328c1",
            "name": "All_Events_v3",
            "eventNames": [
                "loyaltyCustomerMerge",
                "partnerProgramLinked",
                "pointsExpired",
                "customerAdded",
                "transactionUpdated",
                "groupUpdated",
                "promisedToCurrentPointsConversion",
                "pointsTransferredReceived",
                "groupMemberRemoved",
                "groupCreated",
                "partnerProgramUpdated",
                "pointsIssued",
                "tierDowngradeReminder",
                "pointsContributionToGroup",
                "CouponRedeem",
                "pointsExpiryReminder",
                "partnerProgramDelinked",
                "CouponIssue",
                "tierRenewed",
                "tierDowngraded",
                "pointsTransferredInitiated",
                "customerUpdated",
                "tierUpgraded",
                "rewardIssued",
                "pointsExpiryChange",
                "rewardUpdated",
                "supplementaryMembershipExpiryReminder",
                "singlePointsExpiryUpdated",
                "issuedPointsReversed",
                "redeemedPointsReversed"
            ],
            "webHookUrl": "https://eo4qiclzg50n2q8.m.pipedream.net",
            "webHookType": "HTTP",
            "methodType": "POST",
            "webHookHeaders": {
                "Authorization": "Basic Q2FwaWxsYXJ5OklVTmhjR2xzYkdGeWVVQTROekl5",
                "Content-Type": "application/json"
            },
            "noOfRetryAttempts": 0,
            "maxAllowedConnections": 10,
            "active": true,
            "slaInSeconds": 150,
            "consumerGroupId": "b3bd2ff7-1525-46d0-b855-08bee77209fc",
            "listenToChildEvents": false,
            "tillDetailsEnrichmentEnabled": false,
            "storeDetailsEnrichmentEnabled": false,
            "customerIdentifiersToBeEnriched": [],
            "awardedReferenceEnrichmentEnabled": false,
            "availablePointsBalanceEnrichmentEnabled": false,
            "possibleValues": [
                {
                    "label": "AddNominee",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/addNominee-draft"
                },
                {
                    "label": "Update Team Challenge Progress Sum",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/challenges/team-progress-sum"
                },
                {
                    "label": "Demo_Biometric",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/optumBiometric"
                },
                {
                    "label": "CustomerMerge-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/customer-merge-draft"
                },
                {
                    "label": "PreflownBookingsConnect+Queue-draft",
                    "value": "http://neo-a.default:3000/api/v1/xto6x/execute/kafka-use-case"
                }
            ]
        }
    ],
    "errors": null,
    "warnings": null
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!