Set Customer Role
Definition
Set a specific role to a customer by customer ID and role ID.
This activity assign a role the customer that are defined by ID.
One example of this activity is assigning a VIP role to customers who have ordered over an amount that you had specified. You can see the example here.
Properties
Property | Description |
---|---|
Customer ID | The ID of the customer. |
Customer Role ID | The ID of the customer role that should be assigned. |
tip
You can also set the Customer Role ID with javascript or liquid
Outcomes
Outcome | Description |
---|---|
Assigned | The selected role has been assigned to the selected customer. |
Not Assigned | There has been an error and the selected role hasn't been assigned (for example when the customer has already that role) |
Done | Always scheduled when the activity completed. |