Skip to content

Instantly share code, notes, and snippets.

@jalotra
Created February 21, 2025 08:53
Show Gist options
  • Save jalotra/bf32960bb291f492b14b5918e67ccc96 to your computer and use it in GitHub Desktop.
Save jalotra/bf32960bb291f492b14b5918e67ccc96 to your computer and use it in GitHub Desktop.
{
"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