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'