To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Properties
Name | Returns | Notes | Example |
---|---|---|---|
funnels | Map | ||
allStages | Map | ||
allTaskTypes | List | ||
searchV1 | LeadManSearchHelperV1 |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
findTaskById ( id ) | Task | ||
countClosedLeads ( funnel ) | long | ||
countCancelledLeads ( funnel ) | long | ||
countActiveLeads ( funnel ) | long | ||
findLeadsByStage ( funnel, stageName, max ) | List | ||
get ( id ) | Lead | ||
findWonForProfile ( p ) | List | ||
findForProfile ( p ) | List | ||
calcEmailConversionPerc ( p ) | Double | ||
engagementScore ( lead ) | Float | ||
evaluateDerivedField ( name, lead ) | Object | ||
evaluateDerivedField ( f, funnel, lead ) | Object | ||
delete ( lead, deletedBy ) | void | ||
isReleventToLead ( profile, lead ) | boolean | Returns true if the profile is associated to the lead in a meaningful way. This includes if the profile is the customer or salesperson, or is in the lead organisation | |
addProduct ( lead, product, quantity ) | LeadProduct | ||
updateLeadProduct ( lead, id, product, quantity ) | LeadProduct | ||
removeLeadProduct ( lead, id ) | void | ||
getOrCreateCompany ( fc ) | Organisation | ||
doLeadSearch ( from, size, params ) | KSearchResponse | ||
doLeadAggregation ( params ) | KSearchResponse |