Package org.apache.unomi.sfdc.actions
Class CreateOrUpdateLeadAction
java.lang.Object
org.apache.unomi.sfdc.actions.CreateOrUpdateLeadAction
- All Implemented Interfaces:
ActionExecutor
Creates or updates a Salesforce lead from the corresponding Apache Unomi profile (using a common identifier field,
usually the email address)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateOrUpdateLeadAction
public CreateOrUpdateLeadAction()
-
-
Method Details
-
setSfdcService
-
execute
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-