Update inbound sales lead split
This commit is contained in:
parent
57f8aedaa5
commit
fd0fdfe83e
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@ const closeIoApiKey = process.argv[2];
|
||||||
const closeIoMailApiKeys = [
|
const closeIoMailApiKeys = [
|
||||||
{
|
{
|
||||||
apiKey: process.argv[3],
|
apiKey: process.argv[3],
|
||||||
weight: .7
|
weight: .8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
apiKey: process.argv[4],
|
apiKey: process.argv[4],
|
||||||
weight: .20
|
weight: .1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
apiKey: process.argv[5],
|
apiKey: process.argv[5],
|
||||||
|
|
Reference in a new issue