Created
February 21, 2025 08:53
-
-
Save jalotra/bf32960bb291f492b14b5918e67ccc96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "uuid4", | |
"coreObjectName": "ACCOUNT", | |
"version": "0.0.1", | |
"description": "This defines the waterfall rules", | |
"createdAt": "timestamp", | |
"updatedAt": "timestamp", | |
"active": true, | |
"rules" : { | |
"global" : [ | |
{ | |
"order" : 1, | |
"enrichmentSource" : "ZOOMINFO" | |
}, | |
{ | |
"order" : 2, | |
"enrichmentSource" : "CRUSTDATA" | |
} | |
], | |
"fieldLevel" : { | |
"company" : [ | |
{ | |
"order" : 1, | |
"enrichmentSource" : "CRUSTDATA" | |
}, | |
{ | |
"order" : 2, | |
"enrichmentSource" : "CLEARBIT" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment