Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ActionCadenceStepVariant
Represents an email template or call script variant associated with an
action cadence step. Email and call steps can have up to 3 variants associated so sales teams
can compare the engagement results. This object is available in API version 53.0 and later.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Special Access Rules
Sales Engagement and Allow Email Template and
Call Script Variant Testing must be enabled.
Fields
| Field | Details |
|---|---|
| ActionCadenceStepId |
|
| SplitPercentage |
|
| TemplateId |
|
| Type |
|
Usage
Use ActionCadenceStepVariant to retrieve the email template or call script for an action cadence step:
1SELECT SplitPercentage, TemplateId FROM ActionCadenceStepVariant WHERE ActionCadenceStepId=:[idValue]Use ActionCadenceStepVariant to retrieve the call scripts from all call
steps:
1SELECT SplitPercentage, TemplateId, ActionCadenceStepId FROM ActionCadenceStepVariant WHERE Type='MakeACall'