To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Methods
Name | Returns | Notes | Example |
---|---|---|---|
description ( s ) | FunnelTriggerTypeBuilder | ||
checkMatchFn ( functionName ) | FunnelTriggerTypeBuilder | Specify the name of the function to call when checking to see if the trigger event is matched by the parameters on the automation trigger eg function checkMatch(event, triggerParams) | |
fieldsFunction ( functionName ) | FunnelTriggerTypeBuilder | ||
addField ( name, options ) | FunnelTriggerTypeBuilder | ||
addField ( name, text, required, options ) | FunnelTriggerTypeBuilder | ||
addFieldWithOptionsFn ( name, text, required, optionsFn ) | FunnelTriggerTypeBuilder | ||
build ( ) | void |