Follow-up cadence — delay, channel, and the offer for each step.
{{ $sequence->description }}
@endifNo steps yet — add one to start the cadence.
@else| Step | Delay | Channel | Offer | Approval | Stop on reply | |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | +{{ $step->delay_days }}d{{ $step->delay_hours ? ' ' . $step->delay_hours . 'h' : '' }} | {{ str_replace('_', ' ', $step->channel) }} | {{ $step->intent ?: ($step->template_ref ?: '—') }} @if ($step->skill) skill: {{ $step->skill->name }} @endif @if ($step->mailblaze_template_id) · template: {{ $step->mailblaze_template_id }} @endif |
@if ($step->requires_approval) |
|
|
|
|
||||||